Pillow/Tests/fonts/oom-e8e927ba6c0d38274a37c1567560eb33baf74627.ttf
Eric Soroos ba65f0b08e Fix Memory DOS in ImageFont
* 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.
* Found with oss-fuzz
* This dates from the PIL fork
2021-04-01 17:17:27 +03:00

49 KiB