0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00
Maria Matejka fcbf22d1f6 Properly protecting the route src global index by RCU read lock and atomic operations
There was a bug occuring when one thread sought for a src by its global id
and another one was allocating another src with such an ID that it caused
route src global index reallocation. This brief moment of inconsistency
led to a rare use-after-free of the old global index block.
2023-05-11 11:41:01 +02:00
..
2023-05-11 11:41:01 +02:00
2023-04-04 17:00:58 +02:00
2022-10-12 10:05:14 +02:00
2023-04-04 17:00:58 +02:00
2023-05-11 11:41:01 +02:00
2018-03-18 02:56:51 +01:00
2023-05-11 11:41:01 +02:00