[pcre-dev] [Bug 1734] stack overflow in compile_branch

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1734] stack overflow in compile_branch
https://bugs.exim.org/show_bug.cgi?id=1734

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID


--- Comment #2 from Philip Hazel <ph10@???> ---
Your input is an invalid UTF string, but you have set the PCRE2_NO_UTF_CHECK
option. Without that option, you get the error "Failed: error -22 at offset 0:
UTF-8 error: isolated 0x80 byte". The documentation warns you that if you feed
invalid UTF to PCRE2 but set the PCRE2_NO_UTF_CHECK option, anything may
happen.
So this is not a bug, though the UTF-8 error offset looks wrong (should be 2,
not 0 - I'll look into that).

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