Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- use atomic_dec_u64 for decrementing size counters - this prevents a…
…n unsigned wrap because of casting negative parameter to uint64_t - fixes #2712
- Loading branch information