[pcre-dev] [Bug 1785] New: pcre version 8.38 - pcre_compile(…

Startseite
Nachricht löschen
Autor: admin
Datum:  
To: pcre-dev
Betreff: [pcre-dev] [Bug 1785] New: pcre version 8.38 - pcre_compile() exits with ERR23
https://bugs.exim.org/show_bug.cgi?id=1785

            Bug ID: 1785
           Summary: pcre version 8.38 - pcre_compile() exits with ERR23
           Product: PCRE
           Version: 8.38
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: candyman_chaber@???
                CC: pcre-dev@???


when expression is \b(cmp|out|lod|mov|sca|sto|in|pab)s[bwdq]?\b
this line in pcre_compile.c fails in 64-bit mode:
if (code - codestart > length) errorcode = ERR23;

--
You are receiving this mail because:
You are on the CC list for the bug.