Created attachment 237436 [details] patch adding option to disable jit The PCRE library is allocating an RWX memory block in the JIT compiler. For security reason, allow to disable jit by adding a new option.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8177b0385384c4561e31c9698a1eb25ffdf720eb commit 8177b0385384c4561e31c9698a1eb25ffdf720eb Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2022-10-19 09:28:44 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2022-10-19 09:28:44 +0000 devel/pcre: Adding option to disable jit support PR: 267174 Reported by: olivier devel/pcre/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-)