Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Fri Sep 24 06:57:38 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: fetch.c ftp.c

Log Message:
fix a couple of thinkos in my recent work:
* abort_remote(): replace borken MIN(4,BUFSIZ) with just BUFSIZ; it
  should have been MAX(4,BUFSIZ), but it's probably safe to assume that
  BUFSIZ is at least 3... (fix from simonb)
* auth_url(): use the correct variable when calculating a buffer size.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.64 -r1.65 basesrc/usr.bin/ftp/ftp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index