rwatson 2003/09/29 11:35:17 PDT
FreeBSD src repository
Modified files:
sys/kern kern_mac.c
Log:
If the struct mac copied into the kernel has a negative length, return
EINVAL rather than failing the following malloc due to the value being
too large.
Revision Changes Path
1.99 +2 -1 src/sys/kern/kern_mac.c