HomeFreeBSD

Description

The bug:
$ echo x | awk '/:cntrl:/'
x

The NUL character in cntrl class truncates the pattern, and an empty
pattern matches anything. The patch skips NUL as a quick fix.

PR: 195792
Submitted by: kdrakehp@zoho.com
Approved by: bwk@cs.princeton.edu (the author)
MFC after: 3 days

Details

Provenance
acheAuthored on
Parents
rS305364: Update compiler-rt to 3.9.0 release, and update the build glue for
Branches
Unknown
Tags
Unknown