1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
Niels Dossche 46a15ed439 Fix crash in property existence test in ext/zip
When type == 2, the zval is not initialized, so zval_ptr_dtor() on it
will crash.
Unfortunately couldn't test with property_exists() or Reflection because
they have fast paths that go through the property info, but fortunately
there are paths that don't implement a fast path (e.g. because it
doesn't make sense at that point), like with array_column().
So we use array_column() to trigger the crash.

Closes GH-20496.
2025-11-16 21:28:30 +01:00
..
2021-06-11 11:57:42 +02:00
2020-02-03 22:52:20 +01:00
2021-12-26 23:23:56 +01:00
2021-12-26 23:23:56 +01:00
2021-09-03 14:10:40 +02:00
2021-09-03 14:10:40 +02:00
2016-05-30 12:47:04 +02:00