1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
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
..
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2021-05-26 13:21:43 +02:00
2021-06-29 17:13:02 +02:00
2021-05-26 13:21:43 +02:00
2021-05-26 13:21:43 +02:00
2021-06-29 17:13:02 +02:00
2023-08-26 18:42:29 +02:00
2023-07-14 14:37:11 +02:00
2023-07-11 23:02:01 +02:00