Subject: CVS commit: src/usr.bin/tftp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/31/2006 17:36:56
Module Name:	src
Committed By:	christos
Date:		Tue Jan 31 17:36:56 UTC 2006

Modified Files:
	src/usr.bin/tftp: extern.h main.c tftp.c tftpsubs.c tftpsubs.h

Log Message:
PR/32680: Yves-Emmanuel JUTARD: Improve some error checking that causes
memory corruption on out of memory errors.
While I am here, remove some lint.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/tftp/extern.h src/usr.bin/tftp/tftpsubs.h
cvs rdiff -r1.20 -r1.21 src/usr.bin/tftp/main.c
cvs rdiff -r1.22 -r1.23 src/usr.bin/tftp/tftp.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/tftp/tftpsubs.c

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