question-mark is not a BRE special character.
POSIX.1-2017 XBD Section 9.3.2 indicates that the interpretation of \?
as used by rC366282 is undefined. This patch uses an ERE instead.
Differential D65668
[Driver][test] Avoid undefined grep in darwin-ld.c hubert.reinterpretcast on Aug 2 2019, 11:22 AM. Authored by
Details question-mark is not a BRE special character. POSIX.1-2017 XBD Section 9.3.2 indicates that the interpretation of \?
Diff Detail
Event TimelineComment Actions Probably like most programmers, I am not familiar with section 9.3.2 of posix. I assume this is affecting a real platform that you care about, but I'm curious what it is. lgtm |