NetBSD-Bugs archive

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

PR/59527 CVS commit: src/sys/netinet



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59527 CVS commit: src/sys/netinet
Date: Thu, 17 Jul 2025 06:49:43 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Thu Jul 17 06:49:43 UTC 2025
 
 Modified Files:
 	src/sys/netinet: ip_input.c
 
 Log Message:
 in: avoid racy ia4_acquire(ifatoia(rt->rt_ifa) in ip_rtaddr()
 
 Same as the case of ip_output(), it's racy and should be avoided.
 
 PR kern/59527
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.405 -r1.406 src/sys/netinet/ip_input.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