Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 22:12:33 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/xdr xdr_rec.c
Message-ID:  <200001190612.WAA79307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/01/18 22:12:33 PST

  Modified files:
    lib/libc/xdr         xdr_rec.c 
  Log:
  Close PR#16028. Make the sanity check saner. The condition that we
  check for on the server may arise legitimately on the client. The
  correct way to check for a zero record length is to check for it
  without the LAST_FRAG marker in it, since it's legal to send a LAST_FRAG
  marker with 0 bytes of data.
  
  PR:		misc/16028
  
  Revision  Changes    Path
  1.12      +2 -2      src/lib/libc/xdr/xdr_rec.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?200001190612.WAA79307>