1. b4dc99e parser: Fix OOB read when formatting error message by Nick Wellnhofer · 1 year, 7 months ago
  2. b83e2ff [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE by Nick Wellnhofer · 2 years, 1 month ago
  3. ecdab2a Upgrade libxml2 to c41bc10da31a4a4e5416270110b6d1b79606cad1 by Elliott Hughes · 2 years, 7 months ago
  4. 60f5c16 Upgrade libxml2 to dea91c97debeac7c1aaf9c19f79029809e23a353 by Elliott Hughes · 3 years, 1 month ago
  5. e54f00d Upgrade libxml2 to e1bcffea180d6cc0651757bb64284a763e0e2239 by Elliott Hughes · 3 years, 4 months ago
  6. 5cefca7 Upgrade libxml2 to 7279d236364739a05657a8a614c15990eb08d0c6 by Elliott Hughes · 3 years, 5 months ago
  7. ca68927 Upgrade libxml2 to cbe1212db6e22fa92c33242c3ce089476585f872 by Haibo Huang · 3 years, 8 months ago
  8. d75f389 Upgrade libxml2 to 79301d3d5e553d46fc3201f48dcec3a93068c5a2 by Haibo Huang · 3 years, 9 months ago
  9. d23e46c Upgrade libxml2 to 7d6837ba0e282e94eb8630ad791f427e44a57491 by Haibo Huang · 4 years ago
  10. f0a546b Upgrade libxml2 to f0fd1b67fc883a24cdd039abb3d4fe4696104d72 by Haibo Huang · 4 years, 1 month ago
  11. cfd91dc Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97 by Haibo Huang · 4 years, 2 months ago
  12. 7fbecab Update to libxml2 2.9.9 (2019-01-03). by Elliott Hughes · 6 years ago
  13. 707ad08 Fix xmlParserEntityCheck by Nick Wellnhofer · 7 years ago
  14. ab362ab Halt parser in case of encoding error by Nick Wellnhofer · 7 years ago
  15. 60dded1 Clear entity content in case of errors by Nick Wellnhofer · 7 years ago
  16. 132af1a Fix buffer over-read in xmlParseNCNameComplex by Nick Wellnhofer · 7 years ago
  17. ad88b54 Improve handling of context input_id by Daniel Veillard · 7 years ago
  18. cb5541c Fix libz and liblzma detection by Nick Wellnhofer · 7 years ago
  19. e03f0a1 Fix hash callback signatures by Nick Wellnhofer · 7 years ago
  20. 28f52fe Refactor name and type signature for xmlNop by Vlad Tsyrklevich · 7 years ago
  21. e389054 Fix the Windows header mess by Nick Wellnhofer · 7 years ago
  22. d422b95 Fix pointer/int cast warnings on 64-bit Windows by Nick Wellnhofer · 7 years ago
  23. b90d898 Fix regression with librsvg by Nick Wellnhofer · 7 years ago
  24. abbda93 Handle more invalid entity values in recovery mode by Nick Wellnhofer · 7 years ago
  25. 0fcab65 Handle illegal entity values in recovery mode by Nick Wellnhofer · 7 years ago
  26. 69936b1 Revert "Print error messages for truncated UTF-8 sequences" by Nick Wellnhofer · 7 years ago
  27. 454e397 Porting libxml2 on zOS encoding of code by Stéphane Michaut · 7 years ago
  28. 899a5d9 Detect infinite recursion in parameter entities by Nick Wellnhofer · 7 years ago
  29. 52ceced Fix infinite loops with push parser in recovery mode by Nick Wellnhofer · 7 years ago
  30. 3eef3f3 Fix NULL deref in xmlParseExternalEntityPrivate by Nick Wellnhofer · 7 years ago
  31. 872fea9 Get rid of "blanks wrapper" for parameter entities by Nick Wellnhofer · 7 years ago
  32. d9e43c7 Make sure not to call IS_BLANK_CH when parsing the DTD by Nick Wellnhofer · 7 years ago
  33. 453dff1 Remove unnecessary calls to xmlPopInput by Nick Wellnhofer · 7 years ago
  34. aa267cd Simplify handling of parameter entity references by Nick Wellnhofer · 7 years ago
  35. 24246c7 Fix xmlHaltParser by Nick Wellnhofer · 7 years ago
  36. 8bbe450 Spelling and grammar fixes by Nick Wellnhofer · 7 years ago
  37. 5f440d8 Rework entity boundary checks by Nick Wellnhofer · 7 years ago
  38. 46dc989 Don't switch encoding for internal parameter entities by Nick Wellnhofer · 7 years ago
  39. 0390415 Merge duplicate code paths handling PE references by Nick Wellnhofer · 7 years ago
  40. 3f0627a Fix duplicate SAX callbacks for entity content by David Kilzer · 7 years ago
  41. fb2f518 Fix potential infinite loop in xmlStringLenDecodeEntities by Nick Wellnhofer · 7 years ago
  42. 4ba8cc8 Remove useless check in xmlParseAttributeListDecl by Nick Wellnhofer · 7 years ago
  43. bedbef8 Fix memory leak in xmlParseEntityDecl error path by Nick Wellnhofer · 7 years ago
  44. 030b1f7 Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local" by Nick Wellnhofer · 7 years ago
  45. e266305 Fix handling of parameter-entity references by Nick Wellnhofer · 7 years ago
  46. 855c19e Avoid reparsing in xmlParseStartTag2 by Nick Wellnhofer · 7 years ago
  47. 07b7428 Simplify control flow in xmlParseStartTag2 by Nick Wellnhofer · 7 years ago
  48. 4749672 Avoid spurious UBSan errors in parser.c by Nick Wellnhofer · 7 years ago
  49. 8627e4e Fix memory leak in parser error path by Nick Wellnhofer · 7 years ago
  50. 90ccb58 Prevent unwanted external entity reference by Neel Mehta · 7 years ago
  51. 2304078 Add an XML_PARSE_NOXXE flag to block all entities loading even local by Doran Moppert · 7 years ago
  52. bdd6618 Avoid building recursive entities by Daniel Veillard · 8 years ago
  53. 0090675 Heap-based buffer-underreads due to xmlParseName by David Kilzer · 9 years ago
  54. 38eae57 Heap use-after-free in xmlSAX2AttributeNs by Pranjal Jumde · 9 years ago
  55. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  56. b1d34de Fix inappropriate fetch of entities content by Daniel Veillard · 9 years ago
  57. 45752d2 Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gnome.org/show_bug.cgi?id=759398> by Pranjal Jumde · 9 years ago
  58. db07dd6 Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <https://bugzilla.gnome.org/show_bug.cgi?id=758588> by David Kilzer · 9 years ago
  59. 8f30bdf Add missing increments of recursion depth counter to XML parser. by Peter Simons · 8 years ago
  60. bb654fe Fix typos: dictio{ nn -> n }ar{y,ies} by Jan Pokorný · 8 years ago
  61. 4f8606c Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encoding error when multi-byte character in large CDATA section is split across buffer <https://bugzilla.gnome.org/show_bug.cgi?id=760183> by David Kilzer · 9 years ago
  62. a7a9461 Heap-based buffer overread in xmlNextChar by Daniel Veillard · 9 years ago
  63. f1063fd CVE-2015-7500 Fix memory access error due to incorrect entities boundaries by Daniel Veillard · 9 years ago
  64. 3bd6ae1 Fix some loop issues embedding NEXT by Daniel Veillard · 9 years ago
  65. 35bcb1d Detect incoherency on GROW by Daniel Veillard · 9 years ago
  66. e3b1597 Reuse xmlHaltParser() where it makes sense by Daniel Veillard · 9 years ago
  67. 28cd9cb Add xmlHaltParser() to stop the parser by Daniel Veillard · 9 years ago
  68. 6903071 CVE-2015-5312 Another entity expansion issue by David Drysdale · 9 years ago
  69. 53ac9c9 xmlStopParser reset errNo by Daniel Veillard · 9 years ago
  70. afd27c2 Avoid processing entities after encoding conversion failures by Daniel Veillard · 9 years ago
  71. ab2b9a9 Avoid extra processing of MarkupDecl when EOF by Hugh Davenport · 9 years ago
  72. 41ac904 Fix an error in previous Conditional section patch by Daniel Veillard · 9 years ago
  73. bd0526e Another variation of overflow in Conditional sections by Daniel Veillard · 9 years ago
  74. cf77e60 Add missing Null check in xmlParseExternalEntityPrivate by Gaurav Gupta · 9 years ago
  75. 4a5d80a Fix a bug in CData error handling in the push parser by Daniel Veillard · 9 years ago
  76. 51f02b0 Fix a bug on name parsing at the end of current input buffer by Daniel Veillard · 9 years ago
  77. 709a952 Fail parsing early on if encoding conversion failed by Daniel Veillard · 9 years ago
  78. 9aa3758 Do not process encoding values if the declaration if broken by Daniel Veillard · 9 years ago
  79. 9b85123 Cleanup conditional section error handling by Daniel Veillard · 10 years ago
  80. a7dfab7 Stop parsing on entities boundaries errors by Daniel Veillard · 10 years ago
  81. 72a46a5 Fix missing entities after CVE-2014-3660 fix by Daniel Veillard · 10 years ago
  82. f65128f Revert "Missing initialization for the catalog module" by Daniel Veillard · 10 years ago
  83. be2a7ed Fix for CVE-2014-3660 by Daniel Veillard · 10 years ago
  84. 500c54e fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC by Bart De Schuymer · 10 years ago
  85. 7cf5738 Parser error on repeated recursive entity expansion containing &lt; by Daniel Veillard · 10 years ago
  86. 7e9bbdf parser bug on misformed namespace attributes by Dennis Filder · 10 years ago
  87. 24fb4c3 wrong error column in structured error when parsing end tag by Juergen Keil · 10 years ago
  88. 33f658c wrong error column in structured error when parsing attribute values by Juergen Keil · 10 years ago
  89. 5d4310a wrong error column in structured error when skipping whitespace in xml decl by Juergen Keil · 10 years ago
  90. 2f9b126 typo in error messages "colon are forbidden from..." by Daniel Veillard · 10 years ago
  91. c836ba6 Fix a potential NULL dereference by Daniel Veillard · 10 years ago
  92. dd8367d Fix regressions introduced by CVE-2014-0191 patch by Daniel Veillard · 10 years ago
  93. 9cd1c3c Do not fetch external parameter entities by Daniel Veillard · 10 years ago
  94. 6faa126 Fix xmlParseInNodeContext() if node is not element by Daniel Veillard · 11 years ago
  95. 190a0b8 Fix a portability issue on Windows by Longstreth Jon · 11 years ago
  96. 054c716 Missing initialization for the catalog module by Daniel Veillard · 11 years ago
  97. 4e1476c adding init calls to xml and html Read parsing entry points by Daniel Veillard · 11 years ago
  98. 9a85d40 Fix incorrect spelling entites->entities by Jan Pokorný · 11 years ago
  99. dcc1950 Fix a parsing bug on non-ascii element and CR/LF usage by Daniel Veillard · 11 years ago
  100. 63588f4 Fix a regression in xmlGetDocCompressMode() by Daniel Veillard · 11 years ago