Change #266233
| Category | ffmpeg |
| Changed by | João Neves <joaocns0@protonmail.com> |
| Changed at | Sun 03 May 2026 22:15:54 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | daedf4012d073c5b8a9ae45dfbb53bff7d087ce5 |
Comments
avcodec/exr: check rle() return value in rle_uncompress() rle_uncompress() silently discards the return value of rle(). When the compressed data is malformed and rle() returns AVERROR_INVALIDDATA, processing continues on a partially filled buffer. Propagate the error to the caller, which already handles it at line 1420. Signed-off-by: João Neves <joaocns0@protonmail.com>
Changed files
- libavcodec/exr.c