mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-25 08:27:50 -04:00
A per-loop work thread referenced the loop manager's memory context, which is not the context that backs the loop the thread serves. Pass the owning loop instead and allocate from loop->mctx, keeping a loop reference for the thread's lifetime. This matches how isc_work_enqueue and work_done already obtain the context from the loop, and the teardown uses loop->mctx before dropping the reference. |
||
|---|---|---|
| .. | ||
| isc | ||
| .clang-format | ||