1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/ext
Niels Dossche 47bb6c1b79 Fix GH-13833: Applying zero offset to null pointer in zend_hash.c
MAPPHAR_FAIL will call the destructor of the manifest, mounted_dirs, and
virtual_dirs tables. When a new phar object is allocated using (p)ecalloc,
the bytes are zeroed, but the flag for an uninitialized table is
non-zero. So we have to manually set the flag in case that we have a
code path that can destroy the tables without first initializing them at
least once.

Closes GH-13847.
2024-03-31 14:25:08 +02:00
..
2023-09-26 21:44:00 +02:00
2024-03-19 22:34:56 +00:00
2024-02-19 15:18:48 +01:00
2023-11-22 20:39:29 -06:00
2023-01-19 14:13:34 +00:00
2023-12-13 19:33:09 +01:00
2023-07-10 13:34:21 +02:00
2023-05-13 18:53:35 +01:00
2022-12-16 14:37:39 +01:00
2024-01-04 19:26:32 +01:00
2023-09-22 10:26:01 +02:00
2023-11-10 00:08:09 +01:00
2024-02-27 15:30:23 +00:00
2022-08-26 14:59:59 +02:00
2024-01-17 01:12:24 +09:00
2023-03-27 16:33:36 +02:00
2023-01-02 16:55:03 +00:00