1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00
Files
archived-php-src/ext/soap
Christoph M. Becker e440e37fa8 Fix GH-9720: Null pointer dereference while serializing the response
When traversing the result array, we need to cater to `param_name`
possibly being `NULL`.  Prior to PHP 7.0.0, this was implicitly done
because `param_name` was of type `char*`.

Closes GH-9739.
2022-10-13 15:56:08 +02:00
..
2018-07-25 00:53:25 +02:00
2020-09-17 10:31:48 +02:00
2020-09-30 08:37:43 +03:00
2021-01-31 21:42:48 -08:00
2021-02-10 11:18:06 +01:00