[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 #39 from Zoltan Herczeg <hzmester@???> ---
(In reply to Zoltan Herczeg from comment #38)
> I mean just print *extra_bump here:
>
> count = pcre_exec(re_bump, extra_bump, subject,
>
> so we can see all of its fields.


I have to go now. Anyway, if the 0x20 flag is set in extra_bump->flags and
extra_data->mark points to the address of size_offsets then we nailed the
problem. I suspect extra_data->mark is not initialized, or setting the flag is
not intentional. Btw do you know the meaning of 's' in /./us ? I suspect 'u' is
UTF8.

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