[pcre-dev] [Bug 1803] segfault in pcre jit when running twig…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1803] segfault in pcre jit when running twig test suite (PHP7)
https://bugs.exim.org/show_bug.cgi?id=1803

--- Comment #8 from Zoltan Herczeg <hzmester@???> ---
> (gdb) print offsets[0]     
> $2 = 2
> (gdb) print offsets[1]
> $3 = 4


This is a perfectly valid offset pair representing the \303\204 single
character substring. So PCRE result seems correct. The question is how the
0x19...9 length is computed from this offset values. Please do single stepping
until you find out how that value is computed.

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