Files
bind9/lib/isc
Ondřej Surý 88227ea665 Use release memory ordering when incrementing reference counter
As the relaxed memory ordering doesn't ensure any memory
synchronization, it is possible that the increment will succeed even
in the case when it should not - there is a race between
atomic_fetch_sub(..., acq_rel) and atomic_fetch_add(..., relaxed).
Only the result is consistent, but the previous value for both calls
could be same when both calls are executed at the same time.
2024-09-30 11:03:01 +02:00
..
2023-08-31 22:08:35 +02:00
2023-08-21 18:39:53 +02:00
2024-09-19 21:44:06 +00:00
2023-12-06 15:15:24 +02:00
2024-08-22 08:21:52 +02:00
2023-08-31 22:08:35 +02:00
2023-09-16 07:32:17 +02:00