[Bug 276252] www/lighttpd regression pcre2_jit_compile: no more memory

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 Jan 2024 08:19:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276252

            Bug ID: 276252
           Summary: www/lighttpd regression pcre2_jit_compile: no more
                    memory
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkubaj@FreeBSD.org
          Reporter: dinoex@FreeBSD.org
          Assignee: pkubaj@FreeBSD.org
             Flags: maintainer-feedback?(pkubaj@FreeBSD.org)

after updating from lighttpd-1.4.72 to lighttpd-1.4.73


pcre2-10.42 installed, no depedecies changed

service fails to start if you have any regex.

pcre2_jit_compile: no more memory, regex: .*


error_log:
pcre2_jit_compile: no more memory, regex: XXXXXX

Workaround:

add to config:
server.feature-flags += ("server.pcre_jit" => "disable")

-- 
You are receiving this mail because:
You are the assignee for the bug.