Niels Dossche
142f85e2e1
Fix GH-17137: Segmentation fault ext/phar/phar.c
...
Commit edae2431 attempted to fix a leak and double free, but didn't
properly understand what was going on, causing a reference count mistake
and subsequent segfault in this case.
The first mistake of that commit is that the reference count should've
been increased because we're reusing a phar object. The error handling
path should've gotten changed instead to undo this refcount increase
instead of not refcounting at all (root cause of this bug).
The second mistake is that the alias isn't supposed to be transferred or
whatever, that just doesn't make sense. The reason the test
bug69958.phpt originally leaked is because in the non-reuse case we
borrowed the alias and otherwise we own the alias. If we own the alias
the alias information shouldn't get deleted anyway as that would desync
the alias map.
Fixing these will reveal a third issue in which the alias memory is not
always properly in sync with the persistence-ness of the phar, fix this
as well.
Closes GH-17150.
2024-12-15 13:50:09 +01:00
..
2018-01-28 21:51:25 +01:00
2021-06-11 12:58:44 +02:00
2019-03-03 23:05:32 -08:00
2023-08-12 15:08:28 +01:00
2022-05-02 14:00:19 +02:00
2024-11-09 17:08:19 +01:00
2020-02-17 00:20:31 -08:00
2024-09-13 18:14:14 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2024-09-13 18:13:10 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-07-19 13:44:20 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-01-19 10:28:54 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2023-03-20 13:27:33 +01:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2018-09-21 14:12:25 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-08-17 14:57:17 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2016-12-30 15:39:48 -08:00
2021-06-11 11:57:42 +02:00
2016-12-30 15:57:24 -08:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2017-04-10 06:43:26 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2020-12-04 13:02:29 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2018-12-03 00:03:10 -08:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2024-01-12 17:23:50 +01:00
2021-06-11 11:57:42 +02:00
2021-01-05 23:40:24 +01:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2020-04-22 15:07:46 +02:00
2021-06-11 11:57:42 +02:00
2020-08-03 01:10:22 -07:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2024-01-31 11:18:21 +01:00
2022-09-09 17:10:04 +01:00
2022-09-27 18:45:54 +02:00
2021-06-11 11:57:42 +02:00
2021-08-11 14:13:54 +02:00
2021-09-03 12:36:02 +02:00
2021-08-11 14:13:54 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2022-05-02 14:00:19 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-07-30 17:26:39 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2023-08-12 15:08:28 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2023-08-12 15:08:28 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2023-08-12 15:08:28 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2024-03-31 16:56:14 +02:00
2024-03-31 14:25:08 +02:00
2024-06-21 05:07:46 +01:00
2024-10-17 21:23:17 +02:00
2024-12-15 13:50:09 +01:00
2024-01-31 11:18:21 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2019-11-07 21:31:47 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-06 17:03:35 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-07-19 13:44:20 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-07-19 13:44:20 +02:00
2023-08-04 21:08:39 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-08-11 14:13:57 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-06 17:03:35 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2022-11-15 19:36:38 +01:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2024-09-13 18:13:10 +02:00
2021-06-11 11:57:42 +02:00
2021-07-13 13:04:45 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-07-13 13:04:45 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2024-10-18 15:24:15 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-08-11 14:13:54 +02:00
2021-06-11 11:57:42 +02:00
2023-07-18 12:59:21 +02:00
2021-06-11 11:57:42 +02:00
2023-07-18 12:59:21 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2022-07-20 17:18:34 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-09-03 12:36:02 +02:00
2024-09-13 18:13:10 +02:00
2021-06-11 11:57:42 +02:00
2021-08-11 14:13:57 +02:00
2021-09-03 12:36:02 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00