[pcre-dev] [Bug 2424] New: pcre2_jit_compile document return…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2424] New: pcre2_jit_compile document returning PCRE_ERROR_NOMEMORY
https://bugs.exim.org/show_bug.cgi?id=2424

            Bug ID: 2424
           Summary: pcre2_jit_compile document returning
                    PCRE_ERROR_NOMEMORY
           Product: PCRE
           Version: 10.33 (PCRE2)
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Documentation
          Assignee: ph10@???
          Reporter: carenas@???
                CC: pcre-dev@???


Created attachment 1205
--> https://bugs.exim.org/attachment.cgi?id=1205&action=edit
documentation patch that reflect current code

because of #1749, failures to initialize the JIT compiler will return this
error if the JIT fast path is being used, but having no mention of it prevents
the callers to recover gracefully.

PCRE1 returns a different error (also undocumented AFAIK) but an alternative
would be to create a new error in both.

proposed patch also adds a small unrelated fix on grammar

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