1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext
Ilija Tovilo 7364b7bc0b Fix uaf of MBSTRG(all_encodings_list)
We need to remove the value from the GC buffer before freeing it. Otherwise
shutdown will uaf when running the gc. Do that by switching from
zend_hash_destroy to zend_array_destroy, which should also be faster for freeing
members due to inlining of i_zval_ptr_dtor.

Closes GH-11822
2023-07-31 13:31:50 +02:00
..
2023-04-03 08:02:19 +02:00
2023-05-12 23:42:54 +02:00
2023-07-21 11:17:01 +02:00
2023-07-01 18:37:53 +02:00
2023-07-07 18:01:53 +02:00
2023-07-06 21:44:00 +02:00
2023-07-10 13:42:44 +02:00
2023-07-27 12:30:34 +02:00
2023-07-18 12:59:21 +02:00
2023-07-24 15:45:28 +03:00
2023-07-04 10:29:22 +02:00
2023-07-17 07:10:16 +01:00
2023-03-28 00:12:28 +02:00
2023-04-03 08:02:19 +02:00
2023-03-15 21:47:34 +01:00
2023-06-22 20:51:29 +02:00
2023-04-03 08:02:19 +02:00
2023-07-07 12:16:48 +02:00
2023-05-26 11:39:56 +02:00
2023-01-16 12:27:33 +01:00
2023-07-04 09:18:49 +02:00
2023-07-07 18:02:32 +02:00
2023-07-07 10:29:52 +02:00
2023-03-01 23:05:24 +01:00
2023-03-27 16:34:11 +02:00
2023-07-04 09:18:49 +02:00
2023-07-28 15:56:42 +02:00