NetBSD-Bugs archive

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

PR/59963 CVS commit: src/sys/net



The following reply was made to PR kern/59963; it has been noted by GNATS.

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59963 CVS commit: src/sys/net
Date: Tue, 24 Feb 2026 16:02:05 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Tue Feb 24 16:02:05 UTC 2026
 
 Modified Files:
 	src/sys/net: if_spppsubr.c
 
 Log Message:
 PPP: drop SPPP lock before calling rt_ifmsg
 
 rt_ifmsg will lock SPPP itself, so ensure it's unlocked before calling.
 Add a comment to explain why this should be safe.
 
 Thanks to @riastradh for review and commentary.
 
 Fixes PR kern/59963.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.273 -r1.274 src/sys/net/if_spppsubr.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