OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Mark Kettenis (ketteniscvs.openbsd.org)
Date: Sun Dec 05 2010 - 06:18:00 CST


CVSROOT: /cvs
Module name: src
Changes by: ketteniscvs.openbsd.org 2010/12/05 05:18:00

Modified files:
        sys/nfs : nfs_syscalls.c

Log message:
Make sure we only initialize the nfsrv_descript_pl pool once.
Re-initializing the pool everytime nfsd(8) terminates is very bad since it
screws up the list of pools resulting in infinite loops when traversing that
list. Issue found by Daniel Melameth.

ok deraadt