From owner-cvs-all Thu Apr 26 10:24: 9 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 7B75F37B423; Thu, 26 Apr 2001 10:24:06 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3QHO6X91866; Thu, 26 Apr 2001 10:24:06 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104261724.f3QHO6X91866@freefall.freebsd.org> From: Ian Dowse Date: Thu, 26 Apr 2001 10:24:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/26 10:24:06 PDT Modified files: lib/libc/rpc rpc_generic.c Log: The function __rpc_uaddr2taddr_af() converts an RPC "universal address" string to a netbuf/sockaddr "transport address". In the case of an AF_LOCAL address, it was missing the code to actually point the netbuf at the newly allocated sockaddr_un, so the caller ended up with a netbuf containing junk. Submitted by: Martin Blapp Revision Changes Path 1.4 +3 -1 src/lib/libc/rpc/rpc_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message