NetBSD/sys/fs/efs
maxv 23f76b6d00 An (un)privileged user can easily make the kernel dereference a NULL
pointer.

The kernel allows 'data' to be NULL; it's the fs's responsibility to
ensure that it isn't NULL (if the fs actually needs data).

ok christos@
2014-04-16 18:55:17 +00:00
..
efs_dinode.h
efs_dir.h
efs_extent.h
efs_genfs.c
efs_genfs.h
efs_ihash.c The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
efs_ihash.h
efs_inode.h
efs_mount.h
efs_sb.h
efs_subr.c use __diagused where appropriate. 2013-10-30 08:27:01 +00:00
efs_subr.h
efs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
efs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
efs.h
files.efs
Makefile