NetBSD/sys/fs/hfs
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
..
Makefile
TODO
files.hfs
hfs.h Include sys/malloc.h for MALLOC_DECLARE. 2012-01-28 16:24:35 +00:00
hfs_nhash.c The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
hfs_subr.c VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
hfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
hfs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
libhfs.c Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
libhfs.h Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
unicode.c
unicode.h