Commit 40851d0c5975a8fde9498f72f3f5d96ad3194dc5

Daniel Veillard 2012-08-17T20:34:05

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.