Skip to content

ensure new_zone_lock is released after count_newzones()

Evan Hunt requested to merge each-lmdb-lock-fix into main

it was possible for the count_newzones() function to return without unlocking view->new_zone_lock, causing a crash on shutdown.

See #1976 (closed)

Edited by Michał Kępień

Merge request reports