[pcre-dev] [Bug 2621] Regression in JIT pattern matching

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2621] Regression in JIT pattern matching
https://bugs.exim.org/show_bug.cgi?id=2621

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #2 from Zoltan Herczeg <hzmester@???> ---
Thank you both for reporting and analysing the issue. I believe I fixed it in
r1267.

Actually there were two bugs in the code: the first is incorrect use of a break
statement to abort two switches at once and an incorrect buffer read which
could lead to buffer overread. Petr might be interested since the latter is a
potential security issue.

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