Searched hist:171816 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dfile.cdiff 171816 Mon Aug 13 13:04:39 MDT 2007 truckman If the mmap() call in rpc.statd fails, rpc.statd prints a warning
message and then dumps core because the subsequent code assumes that
mmap() succeeded. Since rpc.statd does not have fallback code to
implement the functionality needed to operate on the status file if
it is not memory mapped, rpc.statd should use err() to force the process
to exit if the mmap() call fails.

PR: bin/115430 (mmap() failure previously fixed in statd.c 1.15)
Approved by: re (kensmith)
MFC after: 1 week

Completed in 54 milliseconds