freebsd-dev/sys/fs/autofs
Mark Johnston 6d2e2df764 Ensure that directory entry padding bytes are zeroed.
Directory entries must be padded to maintain alignment; in many
filesystems the padding was not initialized, resulting in stack
memory being copied out to userspace.  With the ino64 work there
are also some explicit pad fields in struct dirent.  Add a subroutine
to clear these bytes and use it in the in-tree filesystems.  The
NFS client is omitted for now as it was fixed separately in r340787.

Reported by:	Thomas Barabosch, Fraunhofer FKIE
Reviewed by:	kib
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
2018-11-23 22:24:59 +00:00
..
autofs_ioctl.h Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00
autofs_vfsops.c Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00
autofs_vnops.c Ensure that directory entry padding bytes are zeroed. 2018-11-23 22:24:59 +00:00
autofs.c
autofs.h Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00