1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00
Files
archived-php-src/ext
Nikita Popov 22b6aac66f Fix inc/dec of undef var with error handler
Set the variable to null after emitting the undef var notice
rather than before. This avoids an assertion failure if the var
is unset by the error handler.

The flip side is that this may cause a leak instead, but that's
the more harmless outcome.

Fixes oss-fuzz #36604.
2021-10-19 14:19:22 +02:00
..
2021-08-31 17:25:38 +02:00
2021-10-15 19:13:38 +02:00
2021-07-20 12:28:35 +02:00
2021-09-15 15:01:08 +03:00
2021-09-06 10:29:24 +02:00
2021-10-12 09:53:30 +02:00
2021-08-17 12:27:39 +02:00
2021-10-18 12:41:27 +02:00
2021-10-08 14:07:05 +02:00
2021-10-12 14:22:52 +02:00
2021-07-28 11:02:26 +02:00
2021-10-13 14:19:54 +02:00
2021-09-08 12:32:58 +01:00
2021-08-03 12:16:13 +02:00
2021-09-29 16:18:36 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-09-16 12:42:07 +02:00
2021-10-13 11:53:25 +02:00