This website requires JavaScript.
Explore
Help
Sign In
packages
/
libxml2
Watch
1
Star
0
Fork
0
You've already forked libxml2
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
83
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
zhuofeng
e5ba3fe521
backport upstream patches
2024-06-11 09:40:08 +08:00
backport-Add-whitespace-folding-for-some-atomic-data-types-th.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Avoid-arithmetic-on-freed-pointers.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Avoid-creating-an-out-of-bounds-pointer-by-rewriting.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Avoid-double-free-if-malloc-fails-in-inputPush.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-buf-Fix-return-value-of-xmlBufGetInputBase.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-catalog-Fix-memory-leaks.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Correctly-relocate-internal-pointers-after-realloc.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Create-stream-with-buffer-in-xmlNewStringInputStream.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-CVE-2022-40303-Fix-integer-overflows-with-XML_PARSE_.patch
fix CVE-2022-40303 CVE-2022-40304
2022-11-08 17:07:54 +08:00
backport-CVE-2022-40304-Fix-dict-corruption-caused-by-entity-.patch
fix CVE-2022-40303 CVE-2022-40304
2022-11-08 17:07:54 +08:00
backport-CVE-2023-28484.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-CVE-2023-29469.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-CVE-2023-45322.patch
fix CVE-2023-45322
2023-10-16 14:33:19 +08:00
backport-CVE-2024-25062.patch
fix CVE-2024-25062
2024-02-19 14:56:59 +08:00
backport-CVE-2024-34459.patch
fix CVE-2024-34459
2024-05-20 09:14:52 +08:00
backport-Don-t-initialize-SAX-handler-in-htmlReadMemory.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Don-t-reset-nsDef-when-changing-node-content.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-encoding-Cast-toupper-argument-to-unsigned-char.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-encoding-Fix-error-code-in-asciiToUTF8.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-error-Don-t-move-past-current-position.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-error-Make-sure-that-error-messages-are-valid-UTF-8.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-HTML-parser-with-threads-and-without-legacy.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-htmlReadMemory-mixing-up-XML-and-HTML-functions.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-integer-overflow-in-xmlBufferDump.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-memory-leak-in-xmlLoadEntityContent-error-path.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-memory-leak-with-invalid-XSD.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-missing-NUL-terminators-in-xmlBuf-and-xmlBuffer-.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-overflow-check-in-SAX2.c.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-unintended-fall-through-in-xmlNodeAddContentLen.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-use-after-free-bugs-when-calling-xmlTextReaderCl.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-use-after-free-in-xmlParseContentInternal.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Fix-xmlCtxtReadDoc-with-encoding.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-fix-xmlXPathParserContext-could-be-double-delete-in-.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-hash-Fix-possible-startup-crash-with-old-libxslt-ver.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-html-Fix-check-for-end-of-comment-in-push-parser.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-io-Check-for-memory-buffer-early-in-xmlParserInputGrow.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-io-Fix-buffer-full-error-with-certain-buffer-sizes.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-io-Remove-xmlInputReadCallbackNop.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Make-XPath-depth-check-work-with-recursive-invocatio.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Add-error-check-in-htmlParseHTMLAttribut.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Add-error-check-in-xmlXPathEqualNodeSetFloat.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Add-error-checks-in-xmlXPathEqualValuesCommon.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Add-more-error-checks-when-parsing-names.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Check-for-malloc-failure-in-xmlFindCharEncodingHandler.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Check-for-malloc-failure-in-xmlHashAddEn.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Check-for-malloc-failures-when-creating.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Check-return-value-of-xmlXPathNodeSetDupNs.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Don-t-call-xmlErrMemory-in-xmlstring.c.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-another-memory-leak-in-xmlSchemaBuck.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-buffer-overread-after-htmlParseScrip.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-buffer-overread-in-htmlParseScript.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-buffer-overread-with-HTML-doctype-de.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-error-check-in-xmlXPathCompareValues.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-error-code-in-htmlParseChunk.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-htmlParseContentInternal.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-htmlParseDocTypeDecl.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-htmlParseStartTag1.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-htmlParseStartTag2.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-xmlParseTextDecl.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-infinite-loop-in-xmlSkipBlankChars.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-leak-of-xmlCharEncodingHandler.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-leak-of-xmlRegAtom.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-after-calling-valuePush.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathNodeSetMerge.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathWrapNodeSet.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathWrapString.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-after-xmlRegNewState.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-htmlCreateMemoryParserCtxt.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-htmlCreatePushParserCtxt.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-WXS_ADD_-LOCAL-GLOBAL.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlCopyNamespaceList.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlCopyPropList.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlCreatePushParserCt.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlDocDumpFormatMemoryEnc.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlFAParseCharProp.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlGetDtdElementDesc2.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlGetNsList.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlNewDocNodeEatName.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlNewPropInternal.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlParseEntityDecl.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlParseReference.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlParserInputBufferCreateMem.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlRegexpCompile.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSAX2ExternalSubset.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSAX2StartElementNs.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSchemaBucketCreate.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSchemaItemListAddS.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSchemaParse.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlSchemaParseUnion.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlStaticCopyNodeList.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlStringGetNodeList.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXIncludeAddNode.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXIncludeLoadTxt.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathCacheNewNodeS.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathCompareValues.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathDistinctSorte.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathEqualNodeSetF.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathEqualValuesCommon.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathNameFunction.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathRegisterNs.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-memory-leak-in-xmlXPathTryStreamCompile.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-after-xmlPointerListAddSi.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-after-xmlSchemaCompareDat.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-after-xmlSchemaItemList-A.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-after-xmlXIncludeNewRef.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-if-growing-input-buffer-fails.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-htmlnamePush.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlAddDefAttrs.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlBufResize.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlGet-Min-Max-Occurs.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlParserInputShrink.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlSAX2AttributeInternal.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlSchemaInitTypes.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlSchemaParseUnion.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlSchemaParseWildcard.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlSchemaValAtomicType.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlXIncludeLoadTxt.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-null-deref-in-xmlXPathCompiledEvalIn.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-OOB-read-after-xmlRegGetCounter.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-reallocation-in-inputPush.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-reallocation-in-xmlXIncludeNewRef.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-type-confusion-after-xmlSchemaFixupT.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-use-after-free-in-xmlParseStartTag2.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-use-after-free-in-xmlXIncludeAddNode.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Fix-use-after-free-related-to-xmlXPathNo.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Handle-memory-errors-in-xmlTextReaderEntPush.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-malloc-fail-Record-malloc-failure-in-xmlXPathCompLiteral.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Don-t-call-DefaultSAXHandlerInit-from-xmlInit.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Don-t-increase-depth-twice-when-parsing-internal.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-consumed-accounting-when-switching-encodi.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-error-message-in-xmlParseCommentComplex.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-integer-overflow-of-input-ID.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-old-SAX1-parser-with-custom-callbacks.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-OOB-read-when-formatting-error-message.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-potential-memory-leak-in-xmlParseAttValue.patch
backport upstream patches
2022-11-21 10:57:34 +08:00
backport-parser-Fix-push-parser-with-1-3-byte-initial-chunk.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Fix-regression-in-xmlParserNodeInfo-accountin.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Limit-name-length-in-xmlParseEncName.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Remove-dangerous-check-in-xmlParseCharData.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Restore-parser-state-in-xmlParseCDSect.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-parser-Use-size_t-when-subtracting-input-buffer-poin.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Properly-fold-whitespace-around-the-QName-value-when.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-reader-Switch-to-xmlParserInputBufferCreateMem.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Add-sanity-check-in-xmlRegCalloc2.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Fix-checks-for-eliminated-transitions.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Fix-cycle-check-in-xmlFAReduceEpsilonTransiti.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Fix-determinism-checks.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Fix-mistake-in-previous-commit.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-regexp-Fix-null-deref-in-xmlFAFinishReduceEpsilonTra.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Reserve-byte-for-NUL-terminator-and-report-errors-co.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Reset-nsNr-in-xmlCtxtReset.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Restore-behavior-of-htmlDocContentDumpFormatOutput.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Revert-uri-Allow-port-without-host.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-SAX-Always-initialize-SAX1-element-handlers.patch
SAX: Always initialize SAX1 element handlers
2023-09-28 16:26:44 +08:00
backport-schemas-Fix-infinite-loop-in-xmlSchemaCheckElemSubst.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-schemas-Fix-null-pointer-deref-in-xmlSchemaCheckCOSS.patch
backport upstream patches
2022-11-21 10:57:34 +08:00
backport-uri-Allow-port-without-host.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Use-UPDATE_COMPAT-consistently-in-buf.c.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Use-xmlNewDocText-in-xmlXIncludeCopyRange.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Use-xmlStrlen-in-CtxtReadDoc.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-Use-xmlStrlen-in-xmlNewStringInputStream.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-valid-Allow-xmlFreeValidCtxt-NULL.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-valid-Make-xmlValidateElement-non-recursive.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xinclude-Fix-memory-leak-when-fuzzing.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xinclude-Fix-more-memory-leaks-in-xmlXIncludeLoadDoc.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xinclude-Fix-quadratic-behavior-in-xmlXIncludeLoadTx.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xmlBufAvail-should-return-length-without-including-a.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xmllint-Fix-memory-leak-with-pattern-stream.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xmllint-Fix-use-after-free-with-maxmem.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xmlParseStartTag2-contains-typo-when-checking-for-default.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xmlValidatePopElement-can-return-invalid-value-1.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xpath-Fix-build-without-LIBXML_XPATH_ENABLED.patch
backport upstream patches
2024-06-11 09:40:08 +08:00
backport-xpath-Fix-harmless-integer-overflow-in-xmlXPathTrans.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xpath-Ignore-entity-ref-nodes-when-computing-node-ha.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xpath-number-should-return-NaN.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
backport-xzlib-Fix-implicit-sign-change-in-xz_open.patch
backport upstream patches
2023-06-20 11:16:46 +08:00
Fix-memleaks-in-xmlXIncludeProcessFlags.patch
fix memleaks in xmlXIncludeProcessFlags
2021-11-09 17:29:04 +08:00
Fix-memory-leaks-for-xmlACatalogAdd.patch
Fix memory leaks for xmlACatalogAdd
2022-06-16 20:03:36 +08:00
Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch
Fix memory leaks in xmlACatalogAdd when xmlHashAddEntry failed
2022-06-24 10:13:01 +08:00
libxml2-2.9.14.tar.xz
Upgrade to upstream v2.9.14 and Cleanup duplicate installation
2022-07-13 10:45:48 +08:00
libxml2-multilib.patch
upgrade to upstream v2.9.12
2021-11-26 14:31:19 +08:00
libxml2.spec
backport upstream patches
2024-06-11 09:40:08 +08:00
libxml2.yaml
add yaml file
2020-06-17 17:37:00 +08:00
Description
No description provided
19
MiB
Languages
Diff
100%