summaryrefslogtreecommitdiff
path: root/xmlregexp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-2/+1
* Fix certain combinations of regex range quantifiersNick Wellnhofer2022-02-281-5/+6
* Fix range quantifier on subregexNick Wellnhofer2022-02-281-3/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+1
* Patch to forbid epsilon-reduction of final statesArne Becker2021-07-061-1/+8
* Fix caret in regexp character groupNick Wellnhofer2020-10-251-16/+13
* Fix exponential runtime in xmlFARecurseDeterminismNick Wellnhofer2020-07-311-1/+25
* Limit regexp nesting depthNick Wellnhofer2020-07-061-0/+8
* Report error for invalid regexp quantifiersNick Wellnhofer2020-07-021-0/+3
* Fix integer overflow in xmlFAParseQuantExactNick Wellnhofer2020-06-251-2/+13
* Fix typosNick Wellnhofer2020-03-081-3/+3
* Check for overflow when allocating two-dimensional arraysNick Wellnhofer2020-01-021-9/+37
* Remove useless comparisonsNick Wellnhofer2020-01-021-2/+2
* Large batch of typo fixesJared Yanovich2019-09-301-32/+32
* Fix RegextestsNick Wellnhofer2019-09-251-1/+1
* Fix empty branch in regexNick Wellnhofer2019-09-251-7/+7
* Fix Schema determinism check of ##other namespacesNick Wellnhofer2019-09-161-3/+12
* Fix memory leak in xmlRegEpxFromParsezhouzhongyuan2019-09-131-0/+2
* Fix null deref in xmlregexp error pathNick Wellnhofer2019-03-051-0/+2
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+5
* Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroupDavid Kilzer2017-07-041-1/+1
* Fix NULL pointer deref in xmlFAParseCharClassEscNick Wellnhofer2017-07-041-1/+2
* Fix undefined behavior in xmlRegExecPushStringInternalNick Wellnhofer2017-06-011-2/+3
* Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup <https://bugzilla....CVE-2016-1840Pranjal Jumde2016-05-231-1/+2
* Fix an error with regexp on nullable counted char transitionDaniel Veillard2016-05-091-4/+9
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-2/+2
* Avoid Double Null CheckGaurav2014-05-091-2/+0
* Fix potential NULL pointer dereferences in regexp codeGaurav2013-09-111-3/+5
* Fix spelling of "length".Michael Wood2012-10-301-3/+3
* Big space and tab cleanupDaniel Veillard2012-09-111-116/+116
* Avoid a potential infinite recursionDaniel Veillard2012-08-271-0/+5
* Fix a segfault on XSD validation on pattern errorDaniel Veillard2012-08-171-1/+7
* undef ERROR if already definedPatrick R. Gansterer2012-05-101-0/+3
* Fix broken escape behaviour in regexp rangesDaniel Veillard2010-03-151-0/+11
* Fix a Relaxng bug raised by libvirt test suiteDaniel Veillard2009-09-231-5/+6
* Release of libxml2-2.7.4v2.7.4Daniel Veillard2009-09-101-1/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+3
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-2/+2
* 492317 Fix Relax-NG validation problemsDaniel Veillard2009-08-311-10/+58
* 559410 - Regexp bug on (...)? constructsDaniel Veillard2009-08-221-2/+7
* 570702 fix a bug in regexp determinism checkingDaniel Veillard2009-08-121-1/+3
* add the testchar to 'make check' Volker Grabsch pointed out a typoDaniel Veillard2008-08-261-64/+0
* avoid a regexp crash, should fix #523738 DanielDaniel Veillard2008-05-121-1/+2
* found a nasty bug in regexp automata build, reported by Ashwin and BjornDaniel Veillard2008-03-131-1/+22
* apply patch from Andrew Tosh to fix behaviour when '.' is used in aDaniel Veillard2008-02-081-1/+1
* remove a cut-and-paste copy error DanielDaniel Veillard2007-11-191-1/+0
* another nasty regexp case fixed. added to regression suite DanielDaniel Veillard2007-08-281-4/+24
* Enhanced to include port number (if not == 80) on the "Header:" URL (bugWilliam M. Brack2007-08-241-1/+1
* try to fix for the nth time the automata generation in case of complexDaniel Veillard2007-08-221-37/+153
* applied patch from Richard Jones to for the silent flag on valgrind whenDaniel Veillard2007-04-251-0/+6