mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Note when the security issue was introduced
This commit is contained in:
parent
c924fd84a3
commit
59b0464421
|
@ -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
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Reference in New Issue
Block a user