Date: Mon, 23 Jul 2018 12:08:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229925] [EXP-RUN] Disallow escaping ordinary characters in regex(3) Message-ID: <bug-229925-7788-gwcI7pBDDB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229925-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229925-7788@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=3D229925 --- Comment #5 from Kyle Evans <kevans@freebsd.org> --- So this is going to be totally craptastic... Perfect. Perhaps we should sta= rt off with disallowing A-Za-z from being arbitrarily escaped, because this is apparently going to be incredibly painful. On the positive side, these failures are legit- either the escaping is too heavy and make would have done the right thing, or make needed it but is st= ill passing the escape down through to regcomp. --=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-229925-7788-gwcI7pBDDB>