Added release notes for #6846

This commit is contained in:
Andrew Murray 2023-01-02 00:32:35 +11:00
parent a632b7a3e7
commit 35b4c433b3

View File

@ -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
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
=============