aboutsummaryrefslogtreecommitdiff
path: root/xpath.c
AgeCommit message (Expand)Author
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-05-30xpath: Ignore entity ref nodes when computing node hashNick Wellnhofer
2023-05-08xpath: Fix build without LIBXML_XPATH_ENABLEDNick Wellnhofer
2023-03-18malloc-fail: Check for malloc failures when creating XPath stringsNick Wellnhofer
2023-03-13malloc-fail: Stop using XPath stack framesNick Wellnhofer
2023-03-09malloc-fail: Fix memory leak in xmlXPathRegisterNsNick Wellnhofer
2023-02-28malloc-fail: Fix memory leak in xmlXPathNameFunctionNick Wellnhofer
2023-02-27xpath: Fix harmless integer overflow in xmlXPathTranslateFunctionNick Wellnhofer
2023-02-27Revert "xpath: Fix popping of values in xmlXPathPopNodeset"Nick Wellnhofer
2023-02-27malloc-fail: Fix memory leak in xmlXPathDistinctSortedNick Wellnhofer
2023-02-27malloc-fail: Fix memory leak in xmlXPathCacheNewNodeSetNick Wellnhofer
2023-02-27malloc-fail: Fix null deref after xmlPointerListAddSizeNick Wellnhofer
2023-02-27malloc-fail: Fix null deref in xmlXPathCompiledEvalInternalNick Wellnhofer
2023-02-26malloc-fail: Fix use-after-free related to xmlXPathNodeSetFilterNick Wellnhofer
2023-02-26malloc-fail: Fix memory leak in xmlXPathEqualNodeSetFloatNick Wellnhofer
2023-02-26Revert "malloc-fail: Avoid use-after-free after unsuccessful valuePush"Nick Wellnhofer
2023-02-23xpath: Fix popping of values in xmlXPathPopNodesetNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak after calling xmlXPathNodeSetMergeNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak after calling xmlXPathWrapStringNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlXPathEqualValuesCommonNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlXPathCompareValuesNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlXPathTryStreamCompileNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak after calling valuePushNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak after calling xmlXPathWrapNodeSetNick Wellnhofer
2023-02-03xpath: Only report the first errorNick Wellnhofer
2023-02-03malloc-fail: Avoid use-after-free after unsuccessful valuePushNick Wellnhofer
2023-02-03malloc-fail: Add error checks in xmlXPathEqualValuesCommonNick Wellnhofer
2023-02-03malloc-fail: Add error check in xmlXPathEqualNodeSetFloatNick Wellnhofer
2023-02-03malloc-fail: Fix error check in xmlXPathCompareValuesNick Wellnhofer
2023-02-03malloc-fail: Record malloc failure in xmlXPathCompLiteralNick Wellnhofer
2023-02-03malloc-fail: Check return value of xmlXPathNodeSetDupNsNick Wellnhofer
2023-01-18xpath: number('-') should return NaNNick Wellnhofer
2022-11-27xpath: Make init function privateNick Wellnhofer
2022-10-25warnings: Remove set-but-unused variablesNick Wellnhofer
2022-09-07xpath: Lower XPath recursion limit on WindowsNick Wellnhofer
2022-09-04Fix Windows compiler warnings in python/types.cNick Wellnhofer
2022-09-01Remove or annotate char castsNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Remove set-but-unused variable in xmlXPathScanNameNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-07-28Make XPath depth check work with recursive invocationsNick Wellnhofer
2022-07-06Use NAN/INFINITY if available to init XPath NaN/InfSergey Kosukhin
2022-04-21Add configuration flag for XPointer locations supportNick Wellnhofer
2022-04-07Mark more static data as `const`David Kilzer
2022-04-03Initialize XPath floating-point globalsNick Wellnhofer
2022-03-30fix: xmlXPathParserContext could be double-delete in OOM case.jinsub ahn