Note when the security issue was introduced

This commit is contained in:
Andrew Murray 2022-10-24 20:04:02 +11:00
parent c924fd84a3
commit 59b0464421

View File

@ -43,7 +43,7 @@ Within the BLP image format, BLP1 data may use JPEG compression. Instead of
telling the JPEG library that this data is in BGRX mode, Pillow will now telling the JPEG library that this data is in BGRX mode, Pillow will now
decode the data in its natural CMYK mode, then convert it to RGB and rearrange decode the data in its natural CMYK mode, then convert it to RGB and rearrange
the channels afterwards. Trying to load the data in an incorrect mode could the channels afterwards. Trying to load the data in an incorrect mode could
result in a segmentation fault. result in a segmentation fault. This issue was introduced in Pillow 9.1.0.
Other Changes Other Changes
============= =============