Change #266081
| Category | ffmpeg |
| Changed by | Leo Izen <leo.izen@gmail.com> |
| Changed at | Fri 01 May 2026 13:40:25 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 05b5add00624bba6bbd07aff8ae9a8dfcd8cd2f9 |
Comments
avcodec/libjxlenc: check orientation tag metadata before reading We need to check that entry->count is nonzero and that entry->type is AV_TIFF_SHORT before reading from the buffer, in case a maliciously constructed IFD uses a zero-count or an unusual type (e.g. IFD) for it. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Changed files
- libavcodec/libjxlenc.c