NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58859 CVS commit: src/sys/net
The following reply was made to PR kern/58859; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58859 CVS commit: src/sys/net
Date: Thu, 28 Nov 2024 15:35:27 +0000
Module Name: src
Committed By: riastradh
Date: Thu Nov 28 15:35:27 UTC 2024
Modified Files:
src/sys/net: if_wg.c
Log Message:
wg(4): Avoid spurious kassert for harmless race in session retry.
If we have already transitioned away from INIT_ACTIVE by the time the
retry timer has fired, the handshake start time may have been zeroed,
but that's harmless. So don't kassert about it until after we've
verified we're still in INIT_ACTIVE state.
PR kern/58859: KASSERT in wg_task_retry_handshake
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/net/if_wg.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