NetBSD/sys/fs/sysvbfs
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
..
bfs_sysvbfs.c
bfs.c Operation sysvbfs_remove() destructs inodes attached to active vnodes. 2014-01-09 13:23:57 +00:00
bfs.h Operation sysvbfs_remove() destructs inodes attached to active vnodes. 2014-01-09 13:23:57 +00:00
files.sysvbfs
Makefile
sysvbfs_args.h
sysvbfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
sysvbfs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
sysvbfs.c Change all vfsops to use C99 designated initializers. 2014-03-23 15:21:15 +00:00
sysvbfs.h