GNOME Bugzilla – Bug 144425
Invalid read of size 4in riff-read.c [patch]
Last modified: 2004-12-22 21:47:04 UTC
% valgrind gst-launch-0.8 filesrc location=foo.wav ! wavparse ! fakesink RUNNING pipeline ... ==28929== Invalid read of size 4 ==28929== at 0x3C91A918: gst_riff_peek_head (riff-read.c:184) ==28929== by 0x3C91D212: gst_riff_read_header (riff-read.c:907) ==28929== by 0x3C912AFC: gst_wavparse_stream_init (gstwavparse.c:512) ==28929== by 0x3C91325A: gst_wavparse_loop (gstwavparse.c:710) ==28929== Address 0x3C148368 is not stack'd, malloc'd or free'd Patch attached. Cheers -Tim
Created attachment 28733 [details] [review] proposed patch
I checked in a fix in CVS, please confirm its ok now. Thanks for the report Zaheer