We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a632b7a commit 35b4c43Copy full SHA for 35b4c43
docs/releasenotes/9.4.0.rst
@@ -81,6 +81,13 @@ check the image size before allocating memory for it. This dates to the PIL
81
fork. Pilllow 8.2.0 added a check for large sizes, but did not consider the
82
case where one dimension was zero.
83
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
91
Other Changes
92
=============
93
0 commit comments