mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-05 16:33:42 +03:00
Added release notes for #6846
This commit is contained in:
parent
a632b7a3e7
commit
35b4c433b3
|
@ -81,6 +81,13 @@ check the image size before allocating memory for it. This dates to the PIL
|
||||||
fork. Pilllow 8.2.0 added a check for large sizes, but did not consider the
|
fork. Pilllow 8.2.0 added a check for large sizes, but did not consider the
|
||||||
case where one dimension was zero.
|
case where one dimension was zero.
|
||||||
|
|
||||||
|
Null pointer dereference crash in ImageFont
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Pillow attempted to dereference a null pointer in ``ImageFont``, leading to a
|
||||||
|
crash. An error is now raised instead. This would have been present since
|
||||||
|
Pillow 8.0.0.
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user