Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Sep 2016 22:53:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195792] awk mishandles [[:cntrl:]]
Message-ID:  <bug-195792-8-Hg2gfHK5Q8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195792-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195792-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195792

kdrakehp@zoho.com changed:

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

--- Comment #1 from kdrakehp@zoho.com ---
Created attachment 174328
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174328&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195792-8-Hg2gfHK5Q8>