php-src/ext/xml
Niels Dossche 234b3cb241
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 13:57:50 +02:00
..
tests Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126) 2024-05-04 13:57:50 +02:00
compat.c Use size_t for string lengths in ext/xml compat layer (#12808) 2023-11-28 19:51:25 +01:00
config.m4 Sync headers installation 2024-01-28 19:50:55 +01:00
config.w32 Sync headers installation 2024-01-28 19:50:55 +01:00
CREDITS
expat_compat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xml.h Implement request #68325: parse huge option for xml_parser_create (#12256) 2023-10-22 16:44:49 +02:00
xml.c Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126) 2024-05-04 13:57:50 +02:00
xml.stub.php Implement request #68325: parse huge option for xml_parser_create (#12256) 2023-10-22 16:44:49 +02:00
xml_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00