File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ Fix memory DOS in ImageFont
7878A corrupt or specially crafted TTF font could have font metrics that lead to
7979unreasonably large sizes when rendering text in font. ``ImageFont.py `` did not
8080check 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
8484Null pointer dereference crash in ImageFont
8585^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8686
8787Pillow 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
8989Pillow 8.0.0.
9090
9191Other Changes
You can’t perform that action at this time.
0 commit comments