NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59519 CVS commit: src/sys/kern
The following reply was made to PR kern/59519; it has been noted by GNATS.
From: "Christoph Badura" <bad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59519 CVS commit: src/sys/kern
Date: Wed, 9 Jul 2025 07:39:40 +0000
Module Name: src
Committed By: bad
Date: Wed Jul 9 07:39:40 UTC 2025
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
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.
Pullup to netbsd-10.
Fixes PR kern/59519 vn_read() leaks file* lock
To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 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