[pcre-dev] [Bug 1735] heap-buffer-overflow in compile_branch…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1735] heap-buffer-overflow in compile_branch pcre2_compile.c:5550:14
https://bugs.exim.org/show_bug.cgi?id=1735

Philip Hazel <ph10@???> changed:

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


--- Comment #1 from Philip Hazel <ph10@???> ---
Similar, but an edge case, it turned out (nothing between \Q and \E).
Incidentally, you should probably mask out PCRE2_NO_UTF_CHECK in the options
you pass to pcre2_compile() and pcre2_match() if there is any chance of your
passing invalid UTF strings.

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