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 9cb23a3dec Fix GH-15654: Signed integer overflow in ext/dom/nodelist.c
There's implicit truncation casts from zend_long to int which cause
issues because checks are done against the zend_longs. Since the
iterator infrastructure uses zend_longs, just convert everything to
zend_long.

Closes GH-15669.
2024-08-31 11:47:08 +02:00
..
2024-01-31 11:20:44 +01:00
2023-09-26 21:44:00 +02:00
2024-08-27 04:57:13 +01:00
2024-07-22 06:58:01 +02:00
2024-07-01 22:06:24 +02:00
2023-11-22 20:39:29 -06:00
2024-07-22 17:45:20 +02:00
2023-12-05 11:56:15 +01:00
2024-07-14 13:39:49 +02:00
2024-08-05 22:07:01 +02:00
2024-08-28 14:31:24 +02:00
2024-07-24 16:47:03 +02:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2023-09-22 10:26:10 +02:00
2024-07-22 06:58:01 +02:00
2024-06-29 15:52:28 +01:00
2024-02-27 23:03:52 +00:00
2024-07-19 14:59:44 +02:00
2024-08-21 15:54:56 +02:00
2024-06-28 20:14:20 +02:00
2024-07-23 16:33:40 -06:00
2024-07-06 14:41:56 +02:00
2024-06-26 19:36:01 +02:00
2024-01-31 11:20:44 +01:00
2024-07-06 01:59:40 +02:00