matthias
Wed Oct 23 00:19:39 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/home/matthias/netbsd/sys/kern
Modified Files:
kern_resource.c
Log Message:
* In dosetrlimit ensure that rlim_cur and rlim_max are >0. Otherwise
the kernel might crash due to invalid values passed to setrlimit.