mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
Merge branch '2151-use-after-free-in-named' into 'main'
Resolve "Use after free in named" Closes #2151 See merge request isc-projects/bind9!4134
This commit is contained in:
commit
459ded8b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -383,8 +383,8 @@ control_command(isc_task_t *task, isc_event_t *event) {
|
|||
UNUSED(task);
|
||||
|
||||
if (listener->controls->shuttingdown) {
|
||||
isc_nmhandle_detach(&conn->cmdhandle);
|
||||
conn_cleanup(conn);
|
||||
isc_nmhandle_detach(&conn->cmdhandle);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue