php-src/ext/soap
Niels Dossche 6cc4ae1f1d
Fix GH-18640: heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref
For attributes, relying on the ref_map doesn't make sense the first
place as you can't really refer to attributes from attributes.
The code therefore assumes that the node is unique, which is broken.

Closes GH-19181.
2025-07-20 19:49:22 +02:00
..
tests Fix GH-18640: heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref 2025-07-20 19:49:22 +02:00
config.m4
config.w32
CREDITS
php_encoding.c Fix GH-18640: heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref 2025-07-20 19:49:22 +02:00
php_encoding.h Revert "Fix bug #69280: SoapClient classmap doesn't support fully qualified class name (#14398)" 2024-08-07 10:03:12 +02:00
php_http.c ext/soap/php_http.c: Fix memory leak of header value 2025-07-10 22:32:31 +02:00
php_http.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.c Fix #66049 Typemap can break parsing in parse_packet_soap leading to a segfault 2025-03-21 08:23:12 +01:00
php_packet_soap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_schema.c Fix potential NULL deref 2025-05-29 16:57:32 +02:00
php_schema.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sdl.c Fix bug #73182: PHP SOAPClient does not support stream context HTTP headers in array form 2024-09-10 20:24:14 +02:00
php_sdl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_soap.h Revert "Fix bug #69280: SoapClient classmap doesn't support fully qualified class name (#14398)" 2024-08-07 10:03:12 +02:00
php_xml.c Backport libxml2 2.13.2 fixes (#14816) 2024-07-04 15:29:50 +02:00
php_xml.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
soap.c Fix GHSA-453j-q27h-5p8x 2025-07-01 09:35:03 -07:00
soap.stub.php Declare ext/soap constants in stubs (#9124) 2022-07-25 16:40:41 +02:00
soap_arginfo.h Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs 2023-08-26 21:35:31 +02:00