CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/22 15:45:04
Modified files:
sys/nfs : krpc_subr.c
Log message:
The kernel interpreted bogus lengths in RPC calls during NFS boot.
A malicious rpc.bootparamd could corrupt memory, but the kernel has
to trust the local network anyway in a diskless environment. Now
in case of an RPC error, the kernel will stop booting with a specific
panic.
OK claudio@ beck@
