NetBSD/sys/fs/ntfs
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.ntfs
Makefile
ntfs_compr.c
ntfs_compr.h
ntfs_conv.c
ntfs_ihash.c
ntfs_ihash.h
ntfs_inode.h
ntfs_subr.c Make this compile again. 2013-06-28 17:13:34 +00:00
ntfs_subr.h
ntfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ntfs_vfsops.h
ntfs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
ntfs.h
ntfsmount.h
TODO