1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/ext
Niels Dossche cfcc2a3fda Fix GH-15034: Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB
We were using atoi, which is only for integers. When the size does not
fit in an integer this breaks. Use ZEND_STRTOUL instead. Also make sure
invalid data isn't accidentally parsed into a file size.

Closes GH-15035.
2024-07-21 22:02:11 +02:00
..
2023-09-26 21:44:00 +02:00
2024-02-19 15:18:48 +01:00
2023-11-22 20:39:29 -06:00
2024-07-14 12:46:37 +02:00
2023-01-19 14:13:34 +00:00
2023-07-10 13:34:21 +02:00
2023-05-13 18:53:35 +01:00
2022-12-16 14:37:39 +01:00
2024-05-17 13:08:42 +02:00
2024-01-04 19:26:32 +01:00
2024-07-03 19:17:13 +02:00
2023-09-22 10:26:01 +02:00
2023-11-10 00:08:09 +01:00
2024-01-17 01:12:24 +09:00
2023-03-27 16:33:36 +02:00
2024-07-06 14:41:44 +02:00