Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 12:43:19 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc clnt_dg.c
Message-ID:  <200105181943.f4IJhJF42687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105181943.f4IJhJF42687>