From owner-cvs-all Thu Apr 26 10: 6: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36EF337B423; Thu, 26 Apr 2001 10:05:56 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3QH5uh86276; Thu, 26 Apr 2001 10:05:56 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104261705.f3QH5uh86276@freefall.freebsd.org> From: Ian Dowse Date: Thu, 26 Apr 2001 10:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpcbind util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/26 10:05:55 PDT Modified files: usr.sbin/rpcbind util.c Log: Bring in some bugfixes from NetBSD. I'm going to make a more extensive pass through the rpcbind code soon, but I might as well bring these in now. - (NetBSD util.c r1.5) Move the initialisation of `tbuf' to avoid a case where it could end up containing junk from the stack. This should address the issue in PR bin/26806. - (NetBSD util.c r1.6) Don't `merge' AF_LOCAL addresses, fix a few memory leaks. PR: bin/26806 Submitted by: Martin Blapp Obtained from: NetBSD Revision Changes Path 1.2 +38 -18 src/usr.sbin/rpcbind/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message