NetBSD-Bugs archive

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

PR/60756 CVS commit: src/sys/compat/linux/common



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60756 CVS commit: src/sys/compat/linux/common
Date: Sun, 20 Sep 2026 13:48:00 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Sep 20 13:48:00 UTC 2026
 
 Modified Files:
 	src/sys/compat/linux/common: linux_inotify.c
 
 Log Message:
 compat_linux inotify(2): Re-check number of entries in loop.
 
 Might have changed between two calls to inotify_readdir.
 
 XXX Should maybe not do two calls to inotify_readdir!  Can we hold
 the vnode lock or use a fixed temporary buffer size or something?
 
 PR kern/60756: compat_linux inotify(2): TOCTOU and locking shenanigans
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/sys/compat/linux/common/linux_inotify.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