zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10726
[Bug 946986] Re: Unbalanced ')' in regex seg faults
** Changed in: zorba
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/946986
Title:
Unbalanced ')' in regex seg faults
Status in Zorba - The XQuery Processor:
Fix Released
Bug description:
The following tests from the fn/matches.re.xml test-set result in a Segmentation Fault :
- "re00038"
Query:
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
matches('qwerty','(a))')
- "re00039"
Query:
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
matches('qwerty','ab|(d))')
I have set the importance to HIGH because Zorba Seg Faults: please
change if you think it's appropriate.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/946986/+subscriptions
References