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

Top Page
Delete this message
Author: Zoltan Herczeg
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 #3 from Zoltan Herczeg <hzmester@???> 2014-09-09 11:55:46 ---
Hi,

> For us to move on to latest version will be big exercise.
> If you can help us to provide some patch or way to remove this defect.


If performance is not an issue, remove these 4 lines:

if ((options & PCRE_NO_AUTO_POSSESS) == 0)
{
pcre_uchar *temp = (pcre_uchar *)codestart;
auto_possessify(temp, utf, cd);
}

This will disable auto-possessify.

If this is not enough, I can compare the 8.34 and the current release sometimes
to check the differences.


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