CVS commit: src/sys/net
"Roy Marples" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.