python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.35k stars 2.24k forks source link

Check image value before use #8400

Closed radarhere closed 2 months ago

radarhere commented 2 months ago

Similar to https://github.com/python-pillow/Pillow/pull/8398, check the value of imIn before using it.

https://github.com/python-pillow/Pillow/blob/b557876ec3aa4d5d236d8044519f1c613031fbee/src/libImaging/Geometry.c#L794-L801 https://github.com/python-pillow/Pillow/blob/b557876ec3aa4d5d236d8044519f1c613031fbee/src/libImaging/Geometry.c#L709-L712

hugovk commented 2 months ago

(I misclicked the "update branch" button, but never mind.)