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 Rename all static functions to have "v7fs_" prefix. Fixes a problem 2011-08-14 09:02:07 +00:00
v7fs_datablock.h export v7fs_datablock_addr for makefs 2011-07-16 12:35:32 +00:00
v7fs_dirent.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
v7fs_dirent.h
v7fs_endian.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
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 When rename directory, check hierarchy. Pass t_vnops rename_dir(5) 2011-07-30 03:52:04 +00:00
v7fs_file.c Fix off by one error. 2012-12-07 06:50:15 +00:00
v7fs_file.h core symlink operation moved to v7fs_file_util.c and introduce V7FSBSD_MAXSYMLINKLEN for makefs 2011-07-16 12:35:40 +00:00
v7fs_impl.h
v7fs_inode_util.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
v7fs_inode.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
v7fs_inode.h
v7fs_io_kern.c v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing 2013-11-20 23:44:23 +00:00
v7fs_io_user.c Remove suspicious warning message. 2011-08-08 11:42:30 +00:00
v7fs_io.c prevent memory leak on error 2013-06-28 14:49:14 +00:00
v7fs_superblock_util.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
v7fs_superblock.c In sources that get compiled into the tools version of makefs, add: 2011-07-18 21:51:49 +00:00
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 core symlink operation moved to v7fs_file_util.c and introduce V7FSBSD_MAXSYMLINKLEN for makefs 2011-07-16 12:35:40 +00:00