Niels
3ab18d4d14
Change if (stack) check to an assertion ( #10090 )
...
The code checks if stack is a NULL pointer. Below that if the
stack->next pointer is updated unconditionally. Therefore a call with a
NULL pointer will crash, even though the if (stack) check seems to show
the intent that it is valid to call the function with NULL.
The function is not meant to be called with NULL, so just ZEND_ASSERT
instead.
2022-12-13 13:16:52 +01:00
..
2022-06-29 14:04:40 +02:00
2018-10-13 14:17:28 +02:00
2021-11-23 15:34:12 +03: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
2022-08-28 08:27:19 +02:00
2022-07-31 19:07:37 +01: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
2022-12-13 13:16:52 +01: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-11-03 15:18:26 +03: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-09-30 10:21:33 +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
2022-07-28 22:29:42 +02:00
2021-11-03 15:18:26 +03:00
2021-07-13 15:32:14 +02:00
2022-10-21 18:31:40 +01: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-11-15 10:20:03 +03: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
2022-05-12 14:55:11 +02:00
2022-11-28 17:12:07 +01:00
2022-05-29 11:20:56 +01:00
2018-10-13 14:17:28 +02:00
2022-08-21 19:05:17 +02:00
2020-02-03 13:41:31 +01:00
2019-02-19 20:21:20 +01:00