Source-Changes archive

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

CVS commit: [netbsd-6] src/usr.bin/tftp



Module Name:    src
Committed By:   riz
Date:           Fri Jul 20 23:14:23 UTC 2012

Modified Files:
        src/usr.bin/tftp [netbsd-6]: main.c tftp.c

Log Message:
Pull up following revision(s) (requested by he in ticket #425):
        usr.bin/tftp/main.c: revision 1.32
        usr.bin/tftp/tftp.c: revision 1.34
Undo the non-sharing of the "toplevel" jmp_buf between main.c and tftp.c,
so that we don't get a core dump if a transfer time-out is experienced.
Also, get rid of an extranous newline printed in the case of time-out.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.2.1 src/usr.bin/tftp/main.c
cvs rdiff -u -r1.32 -r1.32.4.1 src/usr.bin/tftp/tftp.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