Skip to content

contrib: jpeg: update to jpeg-turbo 3.0

Tristan Matthews requested to merge tmatth/vlc:contrib/jpeg-turbo-3.0 into master

Notably:

  • Fixed various segfaults and buffer overruns (CVE-2023-2804)
  • Fixed an issue that caused the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to read from uninitialized memory when attempting to transform a specially-crafted malformed arithmetic-coded JPEG source image into a baseline Huffman-coded JPEG destination image.

Release notes: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0

Merge request reports