Skip to content

Commit abf088f

Browse files
committed
Updated comment
1 parent caede14 commit abf088f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/test_font_crash.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
class TestFontCrash:
1111
def _fuzz_font(self, font: ImageFont.FreeTypeFont) -> None:
12-
# from fuzzers.fuzz_font
12+
# Copy of the code from fuzz_font() in Tests/oss-fuzz/fuzzers.py
13+
# that triggered a problem when fuzzing
1314
font.getbbox("ABC")
1415
font.getmask("test text")
1516
with Image.new(mode="RGBA", size=(200, 200)) as im:

0 commit comments

Comments
 (0)