From owner-cvs-all Fri May 18 12:43:24 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 E6E5137B43C; Fri, 18 May 2001 12:43:19 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJhJF42687; Fri, 18 May 2001 12:43:19 -0700 (PDT) (envelope-from iedowse) Message-Id: <200105181943.f4IJhJF42687@freefall.freebsd.org> From: Ian Dowse Date: Fri, 18 May 2001 12:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/05/18 12:43:19 PDT Modified files: lib/libc/rpc clnt_dg.c Log: The function clnt_dg_call(), which is used for UDP RPC calls, could accidentally clobber the server address if a stray packet arrived at the client port. This would result in any further retransmits going to the wrong address. For now, fix this by not saving the source address of the reply; this matches the pre-tirpc behaviour. Revision Changes Path 1.6 +3 -5 src/lib/libc/rpc/clnt_dg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message