NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/41159 CVS commit: [netbsd-4] src/usr.bin/paste
The following reply was made to PR bin/41159; it has been noted by GNATS.
From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/41159 CVS commit: [netbsd-4] src/usr.bin/paste
Date: Mon, 18 May 2009 18:30:02 +0000
Module Name: src
Committed By: bouyer
Date: Mon May 18 18:30:02 UTC 2009
Modified Files:
src/usr.bin/paste [netbsd-4]: paste.c
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1319):
usr.bin/paste/paste.c: revision 1.15
Null-terminate the delimiter list string after processing escapes
(which can shorten it) because the code that issues delimiters depends
on it being null-terminated. This caused e.g. paste -d '\0' a b to
print a '0' at the beginning of each line. Closes PR 41159.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.6.1 src/usr.bin/paste/paste.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