[Ffmpeg-devel] "infinite" loop in mov_build_index
Uoti Urpala
uoti.urpala
Wed Jan 24 16:09:08 CET 2007
On Wed, 2007-01-24 at 15:45 +0100, Benoit Fouet wrote:
> i found an "infinite" loop when trying to convert from a fuzzed input file.
> i investigated a bit, and here is the deepest i could find...
It doesn't seem infinite really, the loop on line 1496
for (j = 0; j < sc->sample_to_chunk[stsc_index].count; j++) {
just goes to 1073741000 which takes some time...
More information about the ffmpeg-devel
mailing list