NetBSD-Bugs archive

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

PR/59519 CVS commit: [netbsd-10] src/sys/kern



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59519 CVS commit: [netbsd-10] src/sys/kern
Date: Sat, 12 Jul 2025 10:54:49 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Jul 12 10:54:49 UTC 2025
 
 Modified Files:
 	src/sys/kern [netbsd-10]: vfs_vnops.c
 
 Log Message:
 Pull up following revision(s) (requested by bad in ticket #1133):
 
 	sys/kern/vfs_vnops.c: revision 1.246
 
 release fp->f_lock after reading the offset in vn_read()
 
 Fixes an obvious lock leak introduced in r1.238 and pulled up to netbsd-10.
 
 Fixes PR kern/59519 vn_read() leaks file* lock
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.235.4.1 -r1.235.4.2 src/sys/kern/vfs_vnops.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