NetBSD/sys/fs/smbfs
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.smbfs
Makefile
smbfs_io.c Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
smbfs_kq.c remove usused code 2013-10-17 21:04:44 +00:00
smbfs_node.c Bogus gcc 4.8 maybe use uninitialized warning 2014-01-28 13:23:49 +00:00
smbfs_node.h Various fixes for smbfs: 2012-11-28 13:34:24 +00:00
smbfs_smb.c Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_subr.c Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_subr.h Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
smbfs_vnops.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
smbfs.h