Skip to content

Commit

Permalink
Added release notes for python-pillow#6846
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 1, 2023
1 parent a632b7a commit 35b4c43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/9.4.0.rst
Expand Up @@ -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
=============

Expand Down

0 comments on commit 35b4c43

Please sign in to comment.