Max Kellermann aeadae5399 util/IntrusiveHashSet: insert_check() returns the bucket head on success
The list head is a stable value that is guaranteed to be still valid
when insert_commit() gets called.

This fixes a linked list corruption bug in class StaticCache which
occurs when the cache item pointed to by the iterator gets evicted
between insert_check() and insert_commit().
2023-07-21 19:42:35 +02:00
..
2023-03-07 12:04:16 +01:00
2023-06-02 14:36:02 +02:00
2023-05-21 21:35:11 +02:00
2023-03-13 13:54:12 +01:00
2023-05-21 20:50:03 +02:00
2023-05-22 19:52:08 +02:00
2023-05-22 19:52:08 +02:00
2023-06-02 14:36:02 +02:00
2023-05-24 15:05:19 -04:00
2023-03-07 12:04:16 +01:00
2023-03-06 20:10:06 +01:00
2023-03-06 16:14:15 +01:00
2023-03-06 16:14:15 +01:00
2023-05-22 19:52:08 +02:00
2023-06-02 14:36:02 +02:00
2023-03-07 12:08:44 +01:00
2023-06-02 14:36:02 +02:00
2023-03-06 16:14:15 +01:00
2023-03-14 20:20:46 +01:00
2023-03-06 15:16:33 +01:00
2023-03-06 16:14:15 +01:00