Re: [Live-devel] Error in ByteStreamMultiFileSource.cpp

2018-02-01 Thread Ross Finlayson
> On Feb 2, 2018, at 7:26 AM, Joshua Hitchen wrote: > > In the constructor for the ByteStreamMultiFileSource, to determine the number > of sources you iterate fNumSources until the value pointed to by > fileNameArray[fNumSources] is NULL, but there is no guarantee that the stored > value afte

[Live-devel] Error in ByteStreamMultiFileSource.cpp

2018-02-01 Thread Joshua Hitchen
In the constructor for the ByteStreamMultiFileSource, to determine the number of sources you iterate fNumSources until the value pointed to by fileNameArray[fNumSources] is NULL, but there is no guarantee that the stored value after the pointer to the final file name pointer in the array will b