[vlc-devel] bug in ogg demuxer

Laurent Aimar fenrir at via.ecp.fr
Wed Aug 27 18:21:39 CEST 2008


Hi,

On Wed, Aug 27, 2008, Sébastien Escudier wrote:
> Hi
> 
> I have an ogg file (created whith vlc) which crashes vlc.
> 
> The crash happens in ogg.c (modules/demux/ogg.c), around line 1137 :
> p_stream->fmt.p_extra =
> malloc( p_stream->fmt.i_extra );
> memcpy( p_stream->fmt.p_extra, st + 1,
> p_stream->fmt.i_extra );
> 
> If I printf p_stream->fmt.i_extra I have a value of 1056964556
 I have fixed it, thanks for your report.

(I would appreciate if you could make the file available, or at least an
extract that show the bug to validate the fix).

Regards,

-- 
fenrir



More information about the vlc-devel mailing list