Skip to content
Commit 40851d0c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Fix a segfault on XSD validation on pattern error

As reported by Sven <sven@e7o.de>:
The following pattern will cause a segmentation fault in my
Apache (using PHP5 to validate a XML against a XSD):

<xs:pattern value="(.*)|"/>

Fix a cascade of error handling failures which led to the
crash in that scenario.
parent b60061a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment