CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/09/11 06:22:34
Modified files: sys/nfs : nfs_serv.c nfs_socket.c nfs_vnops.c nfsm_subs.h Log message: After calling m_freem() on nmi_mrep (or nmi_mreq) set the pointer to NULL. Only do this if struct nfsm_info doesn't have local scope. In some cases the caller would perfrom another m_freem and double free the mbuf and Bad Things(TM) would happen. Reported by Claes M Nyberg on bugs@; with & ok miod@