[pcre-dev] [Bug 2290] Recursion issue

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2290] Recursion issue
https://bugs.exim.org/show_bug.cgi?id=2290

--- Comment #5 from smx <vsmetnjak@???> ---
"Did you check that the result is not NULL? That is, check for a compile
error?"
Yes, i checked that before and it's all ok, till it hits pcre_exec.

"Yes, but that pattern only has one capturing group. 96 should be the total
size of the offsets vector."
Jap, i use 96 somehow statically in wrapper as an optimized value - more than
32 i will probably never use.

"I decided not to do that any more, because I had learned that different people
had different ideas as to how it should be wrapped,"
Well, it's usually better so, because it's more extensive.

Yes, everything else works.

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