1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/session/tests
Niels Dossche 5ce9687cb2 Fix GH-13891: memleak and segfault when using ini_set with session.trans_sid_hosts (#13892)
The hash tables used are allocated via the persistent allocator.
When using ini_set, the allocation happens via the non-persistent
allocator. When the table is then freed in GSHUTDOWN, we get a crash
because the allocators are mismatched.

As a side note, it is strange that this is designed this way, because it
means that ini_sets persist between requests...

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 13:43:26 +02:00
..
2021-11-26 14:10:11 +01:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-06-11 16:27:50 +02:00
2021-07-30 16:13:05 +02:00
2022-10-06 14:29:13 +01:00
2020-02-03 22:52:20 +01:00
2021-06-11 16:27:50 +02:00