]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r305365
authorache <ache@FreeBSD.org>
Tue, 6 Sep 2016 00:32:33 +0000 (00:32 +0000)
committerache <ache@FreeBSD.org>
Tue, 6 Sep 2016 00:32:33 +0000 (00:32 +0000)
commitca95b01236de914608be599cb0118e3b4d0e7fad
treef49bc47803f9ba4e28bf02da5f493693f306f786
parent6da7f85311d66f5b649b451d176a99d6daa05f54
MFC r305365

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)
contrib/one-true-awk/b.c