[pcre-dev] [Bug 1519] pcre_compile crash on solaris

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1519] pcre_compile crash on solaris
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1519




--- Comment #10 from Philip Hazel <ph10@???> 2014-09-24 10:13:59 ---
On Wed, 24 Sep 2014, Prashant Joshi wrote:

> On windows and Linux we are using below code:
>
> options = options | PCRE_UTF8;
> table = pcre_maketables();
> pattern = pcre_compile(outStr, options, &error, &errptr,table);


What happens if you replace "table" in that call by NULL? What locale is
set when you run pcre_maketables() ?

Philip


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email