NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/57491: dhcpd segfaulting
The following reply was made to PR misc/57491; it has been noted by GNATS.
From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: misc/57491: dhcpd segfaulting
Date: Wed, 26 Jul 2023 17:02:19 +0200
This patch works for me but I would like someone else
to sanity check this approach.
--- external/mpl/dhcp/dist/common/dispatch.c 27 Jun 2023 09:10:25 -0000 1.4
+++ external/mpl/dhcp/dist/common/dispatch.c 26 Jul 2023 14:59:52 -0000
@@ -184,6 +184,7 @@ isclib_timer_callback(isc_task_t *taskp
}
q->next = free_timeouts;
isc_timer_destroy(&q->isc_timeout);
+ eventp->ev_destroy = NULL;
free_timeouts = q;
} else {
/*
Home |
Main Index |
Thread Index |
Old Index