[pcre-dev] [Bug 2540] Valgrind errors in PCRE2 JIT code

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2540] Valgrind errors in PCRE2 JIT code
https://bugs.exim.org/show_bug.cgi?id=2540

--- Comment #1 from Philip Hazel <ph10@???> ---
Thank you for a comprehensive report. I am not the JIT maintainer - no doubt he
will also comment. However, there are some known issues with JIT and Valgrind.
When the PCRE2 test suite is run with JIT, the following Valgrind suppressions
file is used:

{
name
Memcheck:Addr16
obj:???
obj:???
obj:???
}

{
name
Memcheck:Cond
obj:???
obj:???
obj:???
}

This is necessary in order to avoid reports such as yours.

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