Subject: CVS commit: src/usr.bin/sort
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 03/14/2004 21:12:14
Module Name:	src
Committed By:	heas
Date:		Sun Mar 14 21:12:14 UTC 2004

Modified Files:
	src/usr.bin/sort: fields.c

Log Message:
Do not step over the edge of the buffer (check for '\0').  This just happens
to not lose on i386 because another buffer appears immediately following.
Regress tests all passed.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.bin/sort/fields.c

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