summaryrefslogtreecommitdiff
path: root/doc/pcre2_jit_stack_create.3
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2022-04-25 17:03:54 +0100
committerMatthew Vernon <matthew@debian.org>2022-04-25 17:03:54 +0100
commit1ffedb43e1dc27250034147144e60b7984c66af0 (patch)
tree26a9c9e041ee79beef3538f168012c16be5e2c87 /doc/pcre2_jit_stack_create.3
parentae779ff9f07bbc2fa39c75c7a331aaeb3a43a159 (diff)
New upstream version 10.40
Diffstat (limited to 'doc/pcre2_jit_stack_create.3')
-rw-r--r--doc/pcre2_jit_stack_create.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pcre2_jit_stack_create.3 b/doc/pcre2_jit_stack_create.3
index f0b29f0..d332b72 100644
--- a/doc/pcre2_jit_stack_create.3
+++ b/doc/pcre2_jit_stack_create.3
@@ -22,7 +22,8 @@ allocation. The result can be passed to the JIT run-time code by calling
\fBpcre2_jit_stack_assign()\fP to associate the stack with a compiled pattern,
which can then be processed by \fBpcre2_match()\fP or \fBpcre2_jit_match()\fP.
A maximum stack size of 512KiB to 1MiB should be more than enough for any
-pattern. For more details, see the
+pattern. If the stack couldn't be allocated or the values passed were not
+reasonable, NULL will be returned. For more details, see the
.\" HREF
\fBpcre2jit\fP
.\"