elsid
8068d0153f
Initialize reserved names once to avoid race condition
...
CanOptimizeCallback::isReservedName function may be executed by multiple threads
simultaneously. One of them creates a static but both of them run if statement
and see it's empty because none of them added elements there yet. Both of them
go to the branch where new elements are added doing it without any
synchronization possibly causing SIGSEGV.
2022-09-15 23:37:57 +02:00
..
2022-09-11 14:41:21 +02:00
2022-08-16 19:14:04 +02:00
2022-09-14 00:36:02 +02:00
2022-09-11 14:41:21 +02:00
2022-08-23 17:14:12 -03:00
2022-09-11 14:41:20 +02:00
2022-09-14 13:20:35 +02:00
2022-09-11 14:41:20 +02:00
2022-09-12 21:00:51 +02:00
2022-09-13 00:05:12 +02:00
2022-08-03 22:06:24 +02:00
2022-09-15 00:01:19 +02:00
2022-09-11 14:41:20 +02:00
2022-08-28 17:20:49 +02:00
2022-09-12 16:48:15 +02:00
2022-09-11 14:41:15 +02:00
2022-09-12 21:00:51 +02:00
2022-08-23 22:14:27 +02:00
2022-09-03 16:41:35 +01:00
2022-08-19 22:39:39 +02:00
2022-09-11 14:41:20 +02:00
2022-08-16 19:14:04 +02:00
2022-09-12 21:00:45 +02:00
2022-09-11 14:41:20 +02:00
2022-03-30 19:24:54 +02:00
2022-09-15 08:24:23 +00:00
2022-09-11 14:41:20 +02:00
2022-09-15 00:58:10 +03:00
2022-09-11 14:41:20 +02:00
2022-08-23 17:14:12 -03:00
2022-09-15 23:37:57 +02:00
2022-09-12 23:57:10 +02:00
2022-09-12 08:18:08 +00:00
2022-05-15 10:03:58 -07:00
2022-09-11 14:41:20 +02:00
2022-09-11 14:41:20 +02:00
2022-03-18 19:08:46 +01:00
2022-05-15 10:03:58 -07:00
2022-09-14 00:36:02 +02:00
2022-08-16 19:14:04 +02:00
2022-05-21 21:44:47 +02:00
2022-05-25 21:16:26 +02:00
2022-09-11 14:41:20 +02:00
2022-09-11 14:41:20 +02:00
2022-08-30 21:12:11 +00:00
2022-09-12 21:00:45 +02:00
2010-09-25 20:15:05 +02:00
2022-04-25 00:25:46 +02:00