[FFmpeg-devel] [PATCH] Check return value from avio_read() to verify data actually read

John Rummell jrummell at chromium.org
Tue Mar 24 02:52:01 EET 2020


Chromium fuzzers have caught places where uninitialized data was used due
to calls to avio_read() not verifying that the number of bytes expected was
actually read. So updating the code to check the result from avio_read().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Check-return-value-from-avio_read-to-verify-data-act.patch
Type: application/octet-stream
Size: 6004 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200323/287b9d9a/attachment.obj>


More information about the ffmpeg-devel mailing list