[MPlayer-cvslog] r26644 - trunk/libmpdemux/demux_asf.c

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri May 2 23:34:27 CEST 2008


On Friday 02 May 2008 20:48:43 Michael Niedermayer wrote:
> On Fri, May 02, 2008 at 08:46:28PM +0400, Evgeniy Stepanov wrote:
> > On Friday 02 May 2008 19:48:36 Michael Niedermayer wrote:
[...]
> > > And what kind of segfault is this? The writing data from the file
> > > outside the buffer type or is it just reading? Not that i think that it
> > > would take more than  a minute to find a way to make the code write out
> > > of the buffers.

Not even close. It's funny how carefully it is always checked that varlens (1, 
2 or 4 bytes) can be safely read from a packet, but the sanity of the actual 
len is never ever checked. It would be easier to remove this crap and use the 
demuxer from ffmpeg.



More information about the MPlayer-cvslog mailing list