[issue283] H.264 decoder hangs on corrupt file

2008-07-12 Thread Michael Niedermayer

Michael Niedermayer [EMAIL PROTECTED] added the comment:

doesnt hang and doesnt crash here with latest ffmpeg and ffplay

--
status: open - closed
substatus: open - works_for_me

__
FFmpeg issue tracker [EMAIL PROTECTED]
https://roundup.mplayerhq.hu/roundup/ffmpeg/issue283
__


[issue283] H.264 decoder hangs on corrupt file

2008-07-12 Thread Jeff Downs

Jeff Downs [EMAIL PROTECTED] added the comment:

No more hang here, either, but may be worth keeping this sample in mind as it
trips several issues. When I looked at this before, the hang was an infinite
loop created through heap corruption clobbering some loop control variables.

Valgrind reports several legitimate issues during decode of this file.
Here is one of several:

==13054==  Address 0x40949F4 is 7 bytes after a block of size 29 alloc'd
==13054==at 0x4C1FE92: memalign 
==13054==by 0x42D00D: av_find_stream_info 
==13054==by 0x420301: 
==13054==by 0x422D79: parse_options 
==13054==by 0x41DA5D: main

__
FFmpeg issue tracker [EMAIL PROTECTED]
https://roundup.mplayerhq.hu/roundup/ffmpeg/issue283
__