Olivier Houchard 51d9339d04 BUG/MEDIUM: pools: Always update free_list in pool_gc().
In pool_gc(), when we're not using lockless pool, always update free_list,
and read from it the next element to free. As we now unlock the pool while
we're freeing the item, another thread could have updated free_list in our
back. Not doing so could lead to segfaults when pool_gc() is called.

This should be backported to 2.1.
2020-03-12 19:07:10 +01:00
..
2019-09-08 12:20:13 +02:00
2020-03-11 19:20:01 +01:00
2020-02-28 10:26:29 +01:00
2020-03-11 19:20:01 +01:00
2020-03-11 19:20:01 +01:00
2020-03-05 19:52:07 +01:00
2020-03-11 19:20:01 +01:00
2020-03-03 15:26:10 +01:00