Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 20:33:40 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/uudecode uudecode.c
Message-ID:  <200204200333.g3K3XeU36531@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/04/19 20:33:40 PDT

  Modified files:
    usr.bin/uudecode     uudecode.c 
  Log:
  Use fwrite(3) to write out the decoded information, as the b64 decoding stuff
  won't NUL terminate the string for us, and so we're liable to pick up trailing
  garbage, possibly tons of it.
  
  Pointed out by: obrien
  MFC after:      3 days
  
  Revision  Changes    Path
  1.24      +1 -1      src/usr.bin/uudecode/uudecode.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?200204200333.g3K3XeU36531>