CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2009/08/09 07:34:41
Modified files: sys/nfs : nfs_serv.c nfsm_subs.h Log message: set the mrq pointer (request) in the nfsm_reply() macro, as we can return from it. This can cause us to follow garbage in the nfsd loop, causing two kinds of hell. problem noticed by n...@. OK blamb...@.