We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caede14 commit abf088fCopy full SHA for abf088f
Tests/test_font_crash.py
@@ -9,7 +9,8 @@
9
10
class TestFontCrash:
11
def _fuzz_font(self, font: ImageFont.FreeTypeFont) -> None:
12
- # from fuzzers.fuzz_font
+ # Copy of the code from fuzz_font() in Tests/oss-fuzz/fuzzers.py
13
+ # that triggered a problem when fuzzing
14
font.getbbox("ABC")
15
font.getmask("test text")
16
with Image.new(mode="RGBA", size=(200, 200)) as im:
0 commit comments