[pcre-dev] [Bug 1722] crash while using regex /^((?!hub|dat…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1722] crash while using regex /^((?!hub|data_engine|nads_|heartbeat_engine2|queuemon|request_monitoring|critical_component_monitor|weblogic).)*$/
https://bugs.exim.org/show_bug.cgi?id=1722

--- Comment #12 from pankaj <pankaj-g@???> ---
Hi Zoltan,

Thanks for quick response

We also noticed that we successfully able run this on linux
but on windows sample application is crashing .We are compiling using
visual studio compiler so i don't think it is compiler issue.

Which compiler are you using to compile it on windows?
In last attachment we sent make file which we used to compile our application
on windows.
Please look in it and let us know whether any flag needs to remove for
compilation.

For your hint:
If we changed regex from
"/^((?!hub|data_engine|nads_|heartbeat_engine2|queuemon|request_monitoring|critical_component_monitor|weblogic).)*$/"
to
"/^((?!hub|data_engine|nads_|heartbeat_engine2|queuemon|request_monitoring|critical_component_monitor|weblogic).).*$/"
crash does not occured.

Also as per error we got "Stack Overflow" issue.
While debugging we found pcre was processing last char of string.


Regards,
Pankaj

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