mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 04:56:57 +03:00
Merge b7f035732c
into d70cba3762
This commit is contained in:
commit
479ff72ddc
1
checks/check_fli_oob.py
Normal file → Executable file
1
checks/check_fli_oob.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
from PIL import Image
|
||||
|
|
1
checks/check_fli_overflow.py
Normal file → Executable file
1
checks/check_fli_overflow.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
from PIL import Image
|
||||
|
|
1
checks/check_icns_dos.py
Normal file → Executable file
1
checks/check_icns_dos.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# Tests potential DOS of IcnsImagePlugin with 0 length block.
|
||||
# Run from anywhere that PIL is importable.
|
||||
from __future__ import annotations
|
||||
|
|
1
checks/check_j2k_dos.py
Normal file → Executable file
1
checks/check_j2k_dos.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# Tests potential DOS of Jpeg2kImagePlugin with 0 length block.
|
||||
# Run from anywhere that PIL is importable.
|
||||
from __future__ import annotations
|
||||
|
|
1
checks/check_j2k_leaks.py
Normal file → Executable file
1
checks/check_j2k_leaks.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
1
checks/check_j2k_overflow.py
Normal file → Executable file
1
checks/check_j2k_overflow.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
|
1
checks/check_jp2_overflow.py
Normal file → Executable file
1
checks/check_jp2_overflow.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# Reproductions/tests for OOB read errors in FliDecode.c
|
||||
|
||||
# When run in python, all of these images should fail for
|
||||
|
|
1
checks/check_jpeg_leaks.py
Normal file → Executable file
1
checks/check_jpeg_leaks.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
1
checks/check_large_memory.py
Normal file → Executable file
1
checks/check_large_memory.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
1
checks/check_large_memory_numpy.py
Normal file → Executable file
1
checks/check_large_memory_numpy.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
1
checks/check_libtiff_segfault.py
Normal file → Executable file
1
checks/check_libtiff_segfault.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
|
1
checks/check_png_dos.py
Normal file → Executable file
1
checks/check_png_dos.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import zlib
|
||||
|
|
1
checks/check_release_notes.py
Normal file → Executable file
1
checks/check_release_notes.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
|
1
checks/check_wheel.py
Normal file → Executable file
1
checks/check_wheel.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import platform
|
||||
|
|
Loading…
Reference in New Issue
Block a user