HomeFreeBSD

Avoid placing struct statfs on stack in kernel.

Description

Avoid placing struct statfs on stack in kernel.

MNAMELEN is about to be increased thus makeing the struct too large
for the kernel stack.

Use M_STATFS malloc type for struct statfs.

Details

Provenance
glebAuthored on
Parents
rS276107: Add support for COMPAT10 syscalls into makesyscalls.sh
Branches
Unknown
Tags
Unknown

Event Timeline