1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00
Files
archived-php-src/ext
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
..
2022-06-25 07:39:31 +01:00
2020-10-07 14:58:43 +02:00
2022-10-12 09:37:28 +01:00
2021-07-20 00:28:27 +02:00
2021-03-16 09:31:46 +01:00
2022-10-05 21:39:16 +03:00
2022-05-24 14:59:50 +02:00
2021-11-29 19:15:20 +01:00
2022-08-22 09:25:43 +02:00
2022-05-03 12:12:41 +02:00
2022-06-06 01:11:13 -06:00
2022-09-27 18:40:02 +02:00
2021-04-11 10:38:07 +02:00
2021-06-03 10:33:10 +02:00
2022-10-06 14:29:13 +01:00
2021-09-02 23:18:53 +02:00
2022-07-21 17:20:30 +02:00
2020-12-02 10:19:32 +01:00
2021-09-16 12:06:36 +02:00
2021-10-12 16:42:32 +02:00
2020-10-08 10:28:50 +02:00
2022-06-25 07:39:31 +01:00