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
78
78
A corrupt or specially crafted TTF font could have font metrics that lead to
79
79
unreasonably large sizes when rendering text in font. ``ImageFont.py `` did not
80
80
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.
83
83
84
84
Null pointer dereference crash in ImageFont
85
85
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86
86
87
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
88
+ crash. An error is now raised instead. This has been present since
89
89
Pillow 8.0.0.
90
90
91
91
Other Changes
You can’t perform that action at this time.
0 commit comments