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

Page principale
Supprimer ce message
Auteur: admin
Date:  
À: pcre-dev
Sujet: [pcre-dev] [Bug 1803] segfault in pcre jit when running twig test suite (PHP7)
https://bugs.exim.org/show_bug.cgi?id=1803

--- Comment #35 from Zoltan Herczeg <hzmester@???> ---
The offset_count is a local variable, and not a reference, so functions are
free to modify it. This does not affect the value in the caller. The JIT
performs a normalization but that should not cause any problem.

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