Niels Dossche
3a44c78f14
Fix null pointer dereference of param
...
When the validation logic for param->type was added, the logic did not
account for the case where param could be NULL. The existing code did
take that into account as can be seen in the `if (param)` check below.
Furthermore, phpdbg_set_breakpoint_expression even calls
phpdbg_create_conditional_break with param == NULL.
Fix it by placing the validation logic inside a NULL check.
2022-12-30 06:53:28 +00:00
..
2021-07-13 15:32:14 +02:00
2018-10-13 14:17:28 +02:00
2021-07-13 15:32:14 +02:00
2021-07-13 15:32:14 +02:00
2021-05-06 12:16:35 +02:00
2021-05-14 12:20:00 +02:00
2021-02-16 13:09:56 +01:00
2022-12-30 06:53:28 +00:00
2021-06-17 14:22:33 +02:00
2021-07-13 15:32:14 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-06-29 11:30:26 +02:00
2021-06-17 14:22:33 +02:00
2021-06-17 14:22:33 +02:00
2021-05-06 12:16:35 +02:00
2021-07-13 15:32:14 +02:00
2021-05-06 12:16:35 +02:00
2021-06-17 14:22:33 +02:00
2021-05-06 12:16:35 +02:00
2021-06-13 21:08:35 +02:00
2021-06-13 21:08:35 +02:00
2021-05-06 12:16:35 +02:00
2021-04-22 10:11:26 +02:00
2021-06-13 21:08:35 +02:00
2021-05-06 12:16:35 +02:00
2021-06-17 14:22:33 +02:00
2021-06-17 14:22:33 +02:00
2021-06-13 21:08:35 +02:00
2021-07-13 15:32:14 +02:00
2021-07-13 15:32:14 +02:00
2022-12-23 13:55:50 +00:00
2021-06-13 14:02:11 +02:00
2021-07-13 15:32:14 +02:00
2021-07-13 15:32:14 +02:00
2021-01-15 12:33:06 +01:00
2021-01-15 12:33:06 +01:00
2021-08-31 14:58:59 +02:00
2021-06-17 14:22:33 +02:00
2021-06-13 21:08:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-07-13 15:32:14 +02:00
2022-07-01 05:34:05 +01:00
2021-07-13 15:32:14 +02:00
2018-10-13 14:17:28 +02:00
2021-02-14 12:03:48 +01:00
2020-02-03 13:41:31 +01:00
2019-02-19 20:21:20 +01:00