[vlc-devel] Re: bug
Gildas Bazin
gbazin at netcourrier.com
Fri Aug 1 02:12:37 CEST 2003
On Thursday 31 July 2003 21:05, Steve Li wrote:
> Just found a bug in file modules/demux/avi/libavi.c
>
> In function AVI_SeekAbsolute( )
>
> i_read = input_SplitBuffer( p_input, &p_data, __MIN( 4096, i_skip ) );
>
> input_SplitBuffer( ) can return 0 without setting p_data to NULL. This
will cause input_DeletePacket( ) to crash when p_data is used.
>
Thanks, this is now fixed in CVS.
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list