------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=666
Summary: NULL character not matched in exec
Product: PCRE
Version: 5.0
Platform: Other
OS/Version: Windows
Status: NEW
Severity: bug
Priority: critical
Component: Code
AssignedTo: ph10@???
ReportedBy: avi_ec091@???
CC: pcre-dev@???
I have the same issues what was reported earlier in the bug id 587. and i also
like to add some points to that, unable to match the null char inside the
string in the pcre_exec function, the testcase is like this -
a = /\x00ab/ ;
x = a.test("\x00ab") ;
the expected result is true ie x value, as a.test will invoke the pcre_exec
with the string "\x00ab" and the compiled pattern /\x00ab/.
so please let me know whether the issue is with prce or i have to handle it in
some other way.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email