Skip to content

Commit

Permalink
Added release notes for python-pillow#6842
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 1, 2023
1 parent 009bbe2 commit a632b7a
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions docs/releasenotes/9.4.0.rst
@@ -1,30 +1,6 @@
9.4.0
-----

Backwards Incompatible Changes
==============================

TODO
^^^^

TODO

Deprecations
============

TODO
^^^^

TODO

API Changes
===========

TODO
^^^^

TODO

API Additions
=============

Expand Down Expand Up @@ -96,10 +72,14 @@ When saving a JPEG image, a comment can now be written from
Security
========

TODO
^^^^
Fix memory DOS in ImageFont
^^^^^^^^^^^^^^^^^^^^^^^^^^^

TODO
A corrupt or specially crafted TTF font could have font metrics that lead to
unreasonably large sizes when rendering text in font. ``ImageFont.py`` did not
check the image size before allocating memory for it. This dates to the PIL
fork. Pilllow 8.2.0 added a check for large sizes, but did not consider the
case where one dimension was zero.

Other Changes
=============
Expand Down

0 comments on commit a632b7a

Please sign in to comment.