mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:40:00 -04:00
The bare return left conn->secret, conn->response, conn->request, and conn->text pinned until the connection itself was torn down — every other error in the function reaches conn_cleanup via goto, and the success path falls into the same label, so the towire-failure return was the lone outlier. Send it through the existing cleanup path. Assisted-by: Claude:claude-opus-4-7 |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| include | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| meson.build | ||