Re: [FFmpeg-devel] [PATCH] libavformat/amr.c: Check return value from avio_read()

2020-04-02 Thread Michael Niedermayer
On Wed, Apr 01, 2020 at 01:55:12PM -0700, John Rummell wrote: > Updated to return AVERROR_INVALIDDATA. > > On Wed, Apr 1, 2020 at 12:33 PM Michael Niedermayer > wrote: > > > On Mon, Mar 30, 2020 at 09:48:13PM -0700, John Rummell wrote: > > > Hit send too soon. Patch attached. > > > > > > On Mon,

Re: [FFmpeg-devel] [PATCH] libavformat/amr.c: Check return value from avio_read()

2020-04-01 Thread John Rummell
Updated to return AVERROR_INVALIDDATA. On Wed, Apr 1, 2020 at 12:33 PM Michael Niedermayer wrote: > On Mon, Mar 30, 2020 at 09:48:13PM -0700, John Rummell wrote: > > Hit send too soon. Patch attached. > > > > On Mon, Mar 30, 2020 at 9:44 PM John Rummell > wrote: > > > > > Another uninitialized

Re: [FFmpeg-devel] [PATCH] libavformat/amr.c: Check return value from avio_read()

2020-04-01 Thread Michael Niedermayer
On Mon, Mar 30, 2020 at 09:48:13PM -0700, John Rummell wrote: > Hit send too soon. Patch attached. > > On Mon, Mar 30, 2020 at 9:44 PM John Rummell wrote: > > > Another uninitialized memory access detected by the Chromium fuzzers. > > > amr.c |6 -- > 1 file changed, 4 insertions(+), 2

[FFmpeg-devel] [PATCH] libavformat/amr.c: Check return value from avio_read()

2020-03-30 Thread John Rummell
Another uninitialized memory access detected by the Chromium fuzzers. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with s

Re: [FFmpeg-devel] [PATCH] libavformat/amr.c: Check return value from avio_read()

2020-03-30 Thread John Rummell
Hit send too soon. Patch attached. On Mon, Mar 30, 2020 at 9:44 PM John Rummell wrote: > Another uninitialized memory access detected by the Chromium fuzzers. > 0001-libavformat-amr.c-Check-return-value-from-avio_read.patch Description: Binary data _