NetBSD-Bugs archive

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

PR/55042 CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs/sys



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55042 CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs/sys
Date: Mon, 22 Mar 2021 18:22:59 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Mar 22 18:22:59 UTC 2021
 
 Modified Files:
 	src/external/cddl/osnet/dist/uts/common/fs/zfs/sys [netbsd-9]:
 	    zfs_context.h
 
 Log Message:
 Pull up following revision(s) (requested by hannken in ticket #1235):
 
 	external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_context.h: revision 1.3
 
 Use the right uid / gid for nobody:nobody like FreeBSD does.
 
 Prevents null pointer dereferences when ZFS replaces this
 illegal (according to IS_EPHEMERAL()) id with another
 illegal id in operation zfs_fuid_create_cred() and
 finally zfs_log_create() dereferences fuidp being NULL.
 
 Adresses PR misc/55042 (Panic when creating a directory on a NFS served ZFS)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.2.2.1 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_context.h
 
 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