NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57491 CVS commit: src/external/mpl/dhcp/dist/common



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%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57491 CVS commit: src/external/mpl/dhcp/dist/common
Date: Thu, 27 Jul 2023 10:32:25 +0000

 Module Name:	src
 Committed By:	tnn
 Date:		Thu Jul 27 10:32:25 UTC 2023
 
 Modified Files:
 	src/external/mpl/dhcp/dist/common: dispatch.c
 
 Log Message:
 dhcpd: move isc_event_free() before isc_timer_destroy() in timer cb
 
 isc_timerevent_destroy() called by isc_event_free() expects to be able to
 hold the timer lock, so must run before the timer is destroyed.
 PR misc/57491.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/external/mpl/dhcp/dist/common/dispatch.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index