Date: Wed, 29 Sep 2010 22:24:18 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/usr.bin/tr regress.0c.out regress.0d.out regress.sh src/usr.bin/tr str.c Message-ID: <201009292225.o8TMPIm4001488@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-09-29 22:24:18 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/tr regress.sh usr.bin/tr str.c Added files: tools/regression/usr.bin/tr regress.0c.out regress.0d.out Log: SVN rev 213284 on 2010-09-29 22:24:18Z by jilles tr: Fix '[=]=]' equivalence class. A closing bracket immediately after '[=' should not be treated as special. Different from the submitted patch, a string ending with '[=' does not cause access beyond the terminating '\0'. PR: bin/150384 Submitted by: Richard Lowe MFC after: 2 weeks Revision Changes Path 1.1 +1 -0 src/tools/regression/usr.bin/tr/regress.0c.out (new) 1.1 +1 -0 src/tools/regression/usr.bin/tr/regress.0d.out (new) 1.2 +3 -1 src/tools/regression/usr.bin/tr/regress.sh 1.28 +1 -1 src/usr.bin/tr/str.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009292225.o8TMPIm4001488>