diff options
author | Maria Matejka <mq@ucw.cz> | 2023-05-08 13:09:02 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-05-11 11:41:01 +0200 |
commit | fcbf22d1f62851fbb710bdb2bafb609d9b62b491 (patch) | |
tree | 597ac6907038e1782ecd42e3f9335c8a0192c4fc /doc | |
parent | b36d2847887b8e398885d4401ce3e7d23ad4b4c5 (diff) |
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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions