Files
bind9/lib/dns
Aram Sargsyan 963f6a2203 Fix a function cleanup bug in dns_request_createraw
When get_dispatch() returns an error code, the dns_request_createraw()
function jumps to the `cleanup` label, which will leave a previous
attachment to the `request` pointer unattached.

Fix the issue by jumping to the `detach` label instead.
2022-03-07 11:24:09 +00:00
..
2022-01-25 08:21:50 +00:00
2022-02-25 20:57:08 -08:00