Skip to content

Commit e3804ce

Browse files
committed
Added release notes for python-pillow#6846
1 parent a632b7a commit e3804ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/releasenotes/9.4.0.rst

+7
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ check the image size before allocating memory for it. This dates to the PIL
8181
fork. Pilllow 8.2.0 added a check for large sizes, but did not consider the
8282
case where one dimension was zero.
8383

84+
Null pointer dereference crash in ImageFont
85+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86+
87+
Pillow attempted to dereference a null pointer in ImageFont, leading to a
88+
crash. An error is now raised instead. This would have been present since
89+
Pillow 8.0.0.
90+
8491
Other Changes
8592
=============
8693

0 commit comments

Comments
 (0)