[Ffmpeg-devel] "infinite" loop in mov_build_index

Benoit Fouet benoit.fouet
Wed Jan 24 16:47:59 CET 2007


Uoti Urpala wrote:
> 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...
>   
that's why i said "infinite" with the quotes...
just in case you doubt it, i saw it was not really infinite :)
i don't think it is normal anyway.

Ben





More information about the ffmpeg-devel mailing list