Date: Sun, 26 Jul 2020 09:16:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 247931] sed "y" command bracket balancing check Message-ID: <bug-247931-227-HZIIMzmaUK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247931-227@https.bugs.freebsd.org/bugzilla/> References: <bug-247931-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247931 --- Comment #6 from commit-hook@FreeBSD.org --- A commit references this bug: Author: yuripv Date: Sun Jul 26 09:15:05 UTC 2020 New revision: 363543 URL: https://svnweb.freebsd.org/changeset/base/363543 Log: sed: treat '[' as ordinary character in 'y' command 'y' does not handle bracket expressions, treat '[' as ordinary character and do not apply bracket expression checks (GNU sed agrees). PR: 247931 Reviewed by: pfg, kevans Tested by: antoine (exp-run), Quentin L'Hours <lhoursquentin@gmail.com> Differential Revision: https://reviews.freebsd.org/D25640 Changes: head/usr.bin/sed/compile.c head/usr.bin/sed/tests/sed2_test.sh --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247931-227-HZIIMzmaUK>