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/dom
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
..
2023-08-07 19:52:04 +02:00
2023-07-24 19:05:16 +02:00
2024-07-04 15:37:35 +02:00
2023-08-07 19:52:04 +02:00
2021-05-06 12:16:35 +02:00
2023-07-24 18:55:51 +02:00
2023-06-18 15:21:12 +02:00
2024-05-11 17:13:12 +02:00
2023-08-07 19:52:04 +02:00