NetBSD/sys/fs/adosfs
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
..
adlookup.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
adosfs.h Use getdisksize() to find out geometry, fetch only other magic values 2012-10-03 07:20:50 +00:00
adutil.c The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
advfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
advnops.c Change vnode operations create, mknod, mkdir and symlink to return 2014-01-23 10:13:55 +00:00
files.adosfs
Makefile