1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche 61884c3b52 Fix GH-18642: Signed integer overflow in ext/phar fseek
The overflow checking code already existed, but didn't work because the
math was done on signed numbers instead of unsigned numbers.
In the process I also discovered a pre-existing issue that needs to be
fixed (and seems that other stream wrappers can have this issue too).

Closes GH-18644.
2025-05-28 18:53:55 +02:00
..
2024-10-13 21:12:46 +02:00
2025-05-27 20:40:35 +02:00
2024-11-27 19:54:06 +00:00
2024-11-10 20:16:33 +00:00
2025-03-06 15:24:35 +01:00
2025-03-06 15:24:35 +01:00
2024-08-06 16:54:58 +02:00
2025-05-27 20:40:35 +02:00
2025-05-27 20:40:35 +02:00
2025-02-14 23:09:57 +01:00