[pcre-dev] [Bug 1749] PCRE-JITted code should be executed fr…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1749] New: PCRE-JITted code should be executed from non-writable memory to obey execmem SELinux restriction
Subject: [pcre-dev] [Bug 1749] PCRE-JITted code should be executed from non-writable memory to obey execmem SELinux restriction
https://bugs.exim.org/show_bug.cgi?id=1749

--- Comment #9 from Thomas Klausner <tk@???> ---
Can you please give more details what the thread interaction is?

If the threads are independent, then every thread makes its own file.

If one thread creates the JIT code and another one executes it, then split off
the mmaps into separate threads (but make sure that the W mapping is gone by
the time the X mapping is needed).

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