Skip to content

Commit e908afe

Browse files
radarherehugovk
andauthored
Updated security descriptions
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 35b4c43 commit e908afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releasenotes/9.4.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ Fix memory DOS in ImageFont
7878
A corrupt or specially crafted TTF font could have font metrics that lead to
7979
unreasonably large sizes when rendering text in font. ``ImageFont.py`` did not
8080
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.
81+
fork. Pillow 8.2.0 added a check for large sizes, but did not consider the
82+
case where one dimension is zero.
8383

8484
Null pointer dereference crash in ImageFont
8585
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8686

8787
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
88+
crash. An error is now raised instead. This has been present since
8989
Pillow 8.0.0.
9090

9191
Other Changes

0 commit comments

Comments
 (0)