1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
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
..
2021-11-10 11:00:37 +01:00
2021-08-20 10:08:22 +02:00
2024-09-26 13:16:00 +02:00
2021-08-20 14:15:23 +02:00
2019-01-04 12:40:28 +01:00
2020-03-09 15:01:31 +01:00
2021-06-29 17:13:02 +02:00
2018-09-21 14:12:25 +02:00
2025-07-01 09:35:03 -07:00