[Bug 195792] awk mishandles [[:cntrl:]]

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 2 22:53:06 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195792

kdrakehp at zoho.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kdrakehp at zoho.com

--- Comment #1 from kdrakehp at zoho.com ---
Created attachment 174328
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174328&action=edit
Skip NUL to avoid preemptive truncation

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list