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
..
files.hfs
hfs_nhash.c The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
hfs_subr.c
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
hfs.h
libhfs.c
libhfs.h
Makefile
TODO
unicode.c
unicode.h