Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/usr.bin/sort
Module Name: src
Committed By: riz
Date: Tue Jun 29 18:01:11 UTC 2010
Modified Files:
src/usr.bin/sort [netbsd-5]: fsort.c msort.c sort.c sort.h
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1420):
usr.bin/sort/sort.h: revision 1.31
usr.bin/sort/sort.c: revision 1.58
usr.bin/sort/fsort.c: revision 1.47
usr.bin/sort/msort.c: revision 1.30
Don't touch past the end of allocated region. It results segmentation
violation.
To generate a diff of this commit:
cvs rdiff -u -r1.32.6.1 -r1.32.6.2 src/usr.bin/sort/fsort.c
cvs rdiff -u -r1.18.6.1 -r1.18.6.2 src/usr.bin/sort/msort.c
cvs rdiff -u -r1.46.4.1 -r1.46.4.2 src/usr.bin/sort/sort.c
cvs rdiff -u -r1.19.6.1 -r1.19.6.2 src/usr.bin/sort/sort.h
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