php-src/ext/xml
Niels Dossche 427c244168
Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126)
The ltags were not initialized, so when an OOM happens before the new value is written, uninitialized data is used.
2024-05-04 14:05:24 +02:00
..
tests Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
compat.c Merge branch 'PHP-8.0' into PHP-8.1 2023-07-31 19:53:43 +01:00
config.m4 Use a common setup macro to detect the Expat library 2019-06-04 10:10:50 +02:00
config.w32 Don't disable unrelated ext during configure 2021-09-20 10:26:33 +02:00
CREDITS
expat_compat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xml.h Declare ext/xml constants in stubs (#9131) 2022-07-25 21:31:24 +02:00
xml.c Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126) 2024-05-04 14:05:24 +02:00
xml.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-09-21 19:51:14 +02:00
xml_arginfo.h Merge branch 'PHP-8.1' into PHP-8.2 2023-09-21 19:51:14 +02:00