NetBSD/sys/fs/v7fs
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
..
files.v7fs
Makefile
v7fs_args.h
v7fs_datablock.c
v7fs_datablock.h
v7fs_dirent.c
v7fs_dirent.h
v7fs_endian.c
v7fs_endian.h
v7fs_extern.c Change all vfsops to use C99 designated initializers. 2014-03-23 15:21:15 +00:00
v7fs_extern.h
v7fs_file_util.c
v7fs_file.c
v7fs_file.h
v7fs_impl.h
v7fs_inode_util.c
v7fs_inode.c
v7fs_inode.h
v7fs_io_kern.c
v7fs_io_user.c
v7fs_io.c
v7fs_superblock_util.c
v7fs_superblock.c
v7fs_superblock.h
v7fs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
v7fs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
v7fs.h