Skip to content

fix a TSAN bug in "rndc fetchlimit"

Evan Hunt requested to merge each-lock-counter into main

fctx counters could be accessed without locking when "rndc fetchlimit" is called; while this is probably harmless in production, it triggered TSAN reports in system tests.

Merge request reports