NetBSD/sys/fs/ptyfs
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.ptyfs
Makefile
ptyfs_subr.c From Ilya Zykov: 2014-03-27 17:31:56 +00:00
ptyfs_vfsops.c An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ptyfs_vnops.c Handle multiple ptyfs mounts with different chroots. ptys opened in one 2014-04-04 18:10:29 +00:00
ptyfs.h Handle multiple ptyfs mounts with different chroots. ptys opened in one 2014-04-04 18:10:29 +00:00