/[base]
ViewVC logotype

Revision 305365


Jump to revision: Previous Next
Author: ache
Date: Sat Sep 3 23:04:56 2016 UTC (7 years, 9 months ago)
Changed paths: 1
Log Message:
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


Changed paths

Path Details
Directoryhead/contrib/one-true-awk/b.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27