summaryrefslogtreecommitdiff
path: root/SAX2.c
Commit message (Expand)AuthorAgeFilesLines
* SAX: Always validate xml:idsNick Wellnhofer2023-05-091-4/+0
* SAX: Always initialize SAX1 element handlersNick Wellnhofer2023-05-081-4/+7
* parser: Fix regression in xmlParserNodeInfo accountingNick Wellnhofer2023-04-201-18/+2
* SAX2: Ignore namespaces in HTML documentsNick Wellnhofer2023-03-311-6/+9
* malloc-fail: Fix memory leak in xmlSAX2StartElementNsNick Wellnhofer2023-02-171-0/+1
* malloc-fail: Fix null deref in xmlSAX2AttributeInternalNick Wellnhofer2023-01-241-18/+18
* malloc-fail: Fix null deref in xmlSAX2TextNick Wellnhofer2023-01-241-1/+2
* entities: Rework entity amplification checksNick Wellnhofer2022-12-211-0/+14
* parser: Don't call *DefaultSAXHandlerInit from xmlInitParserNick Wellnhofer2022-11-251-10/+2
* parser: Rewrite push parser boundary checksNick Wellnhofer2022-11-201-0/+5
* malloc-fail: Fix memory leak in xmlSAX2ExternalSubsetNick Wellnhofer2022-11-021-0/+1
* Fix compiler warnings in SAX2.cNick Wellnhofer2022-09-021-5/+5
* Remove explicit integer castsNick Wellnhofer2022-09-011-5/+5
* Fix overflow check in SAX2.cNick Wellnhofer2022-09-011-14/+10
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+4
* Mark most SAX1 functions as deprecatedNick Wellnhofer2022-08-241-0/+2
* Remove htmlDefaultSAXHandler from non-SAX1 buildNick Wellnhofer2022-08-221-0/+2
* Avoid calling xmlSetTreeDocNick Wellnhofer2022-06-201-2/+3
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+6
* Remove DOCBparserNick Wellnhofer2022-03-041-60/+2
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-25/+40
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Don't add IDs containing unexpanded entity referencesNick Wellnhofer2022-02-201-19/+22
* Rework validation context flagsNick Wellnhofer2022-02-201-4/+6
* Fix casting of line numbers in SAX2.cNick Wellnhofer2022-01-251-15/+15
* Fix memory leak in xmlSAX2AttributeDeclDavid King2022-01-161-0/+1
* Fix quadratic runtime when parsing CDATA sectionsNick Wellnhofer2021-02-031-31/+33
* Don't try to handle namespaces when building HTML documentsNick Wellnhofer2020-07-251-38/+38
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Don't load external entity from xmlSAX2GetEntityNick Wellnhofer2020-02-111-30/+0
* Large batch of typo fixesJared Yanovich2019-09-301-10/+10
* Fix memory leak in xmlSAX2StartElementNick Wellnhofer2019-01-071-0/+2
* Set doc on element obtained from freeElemsNick Wellnhofer2018-11-221-0/+1
* Unlink node before freeing it in xmlSAX2StartElementNick Wellnhofer2018-09-221-0/+2
* Check return value of nodePush in xmlSAX2StartElementNick Wellnhofer2018-09-121-2/+8
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-1/+2
* Fix memory leaks in SAX1 parserNick Wellnhofer2017-09-061-0/+6
* Spelling and grammar fixesNick Wellnhofer2017-06-171-1/+1
* Do not leak the new CData node if adding failsDavid Tardon2017-04-071-1/+2
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-6/+6
* Fix processing in SAX2 in case of an allocation failureDaniel Veillard2014-07-141-0/+1
* Adding some missing NULL checksGaurav2014-06-131-0/+9
* Compile out use of xmlValidateNCName() when not available.Nicolas Le Cam2014-02-101-0/+2
* Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement().Nicolas Le Cam2014-02-101-2/+2
* Fix a possible NULL dereferenceGaurav2013-08-031-2/+2
* Activate detection of encoding in external subsetDaniel Veillard2013-03-271-0/+9
* Cache presence of '<' in entities contentDaniel Veillard2013-03-111-1/+3
* Avoid extra processing on entitiesDaniel Veillard2013-03-111-2/+4
* Fix a regression in 2.9.0 breaking validation while streamingDaniel Veillard2012-10-251-1/+1
* Various cleanups to avoid compiler warningsDaniel Veillard2012-09-111-1/+1