1. f5257d9 fuzz: Fix failure injection in schema fuzzer by Nick Wellnhofer · 10 months ago
  2. fd359a7 fuzz: Start to fuzz XML Schema validator by Nick Wellnhofer · 10 months ago
  3. 9f86dae test: Add test case for UAF in xmlSchemaIDCFillNodeTables by Nick Wellnhofer · 10 months ago
  4. fe7f835 Fix C4296 warning: Resolve comparison of unsigned int with 0 by Himanshibansal · 10 months ago
  5. b8234e8 html: Fix check for partial named character references by Nick Wellnhofer · 10 months ago
  6. f68c70d html: Remove htmlSaveErr by Nick Wellnhofer · 10 months ago
  7. 0315ac9 html: Handle error from htmlFindOutputEncoder by Nick Wellnhofer · 10 months ago
  8. 22ada0a tests: Look for xmlconf in source directory by Nick Wellnhofer · 10 months ago
  9. aedc1f3 gitlab-ci: Run meson tests verbosely by Nick Wellnhofer · 10 months ago
  10. 9037dce fuzz: Add dictionary for lint fuzzer by Nick Wellnhofer · 10 months ago
  11. 51622c0 doc: Update release instructions by Nick Wellnhofer · 10 months ago
  12. 8c8753a [CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements by Nick Wellnhofer · 10 months ago
  13. 5880a9a [CVE-2024-56171] Fix use-after-free after xmlSchemaItemListAdd by Nick Wellnhofer · 10 months ago
  14. 6645324 Release 2.13.6 by Nick Wellnhofer · 10 months ago v2.13.6
  15. 055b382 [CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements by Nick Wellnhofer · 10 months ago
  16. a6bf2cb [CVE-2024-56171] Fix use-after-free after xmlSchemaItemListAdd by Nick Wellnhofer · 10 months ago
  17. 1f37eed pattern: Fix compilation of explicit child axis by Nick Wellnhofer · 10 months ago
  18. 06b3965 fuzz: Stop testing xmllint --memory option by Nick Wellnhofer · 10 months ago
  19. 25ae533 xmllint: Fix SIGBUS with --memory option by Nick Wellnhofer · 10 months ago
  20. 7a61c32 html: Use enum instead of magic values for insertion modes by Nick Wellnhofer · 10 months ago
  21. 3793eaa fuzz: Fix build by Nick Wellnhofer · 10 months ago
  22. 69b91da Revert "xpath: Make contextSize and proximityPosition default to 1" by Nick Wellnhofer · 10 months ago
  23. 9c16a15 Revert "include: Make most IS_* macros private" by Nick Wellnhofer · 10 months ago
  24. 6c716d4 pattern: Fix compilation of explicit child axis by Nick Wellnhofer · 10 months ago
  25. 8cf6129 html: Stop implying <p> start tags by Nick Wellnhofer · 10 months ago
  26. 7112242 html: Make implied <p> tags more deterministic by Nick Wellnhofer · 10 months ago
  27. ebbc31c malloc-fail: Check for malloc failure in xhtmlNodeDumpOutput by Nick Wellnhofer · 10 months ago
  28. aee5563 dict: Handle ENOSYS from getentropy gracefully by Nick Wellnhofer · 10 months ago
  29. 79ab721 tests: Fix error return in testHugeEncodedChunk by Nick Wellnhofer · 10 months ago
  30. cfc854b fuzz: Work around glibc iconv() bug by Nick Wellnhofer · 10 months ago
  31. 3a1526a xpath: Don't raise OOM error on long names by Nick Wellnhofer · 10 months ago
  32. 3dcde73 Use __has_attribute to check for __counted_by__ support by Daniel Cheng · 10 months ago
  33. 35d8a23 tests: Fix expected errors in runxmlconf by Nick Wellnhofer · 10 months ago
  34. b466e70 Fix early return in vstateVPush in valid.c by Zak Ridouh · 10 months ago
  35. 62d4697 gitlab-ci: Disable cmake:mingw for now by Nick Wellnhofer · 10 months ago
  36. a25dc43 Debug CI failure by Nick Wellnhofer · 10 months ago
  37. cd491ac dict: Handle ENOSYS from getentropy gracefully by Nick Wellnhofer · 10 months ago
  38. bc43786 fuzz: Improve HTML fuzzer by Nick Wellnhofer · 10 months ago
  39. c4f760b encoding: Handle iconv() returning EOPNOTSUPP on Apple by Nick Wellnhofer · 10 months ago
  40. 8d7e38d fuzz: Ignore encodings when fuzzing on Apple by Nick Wellnhofer · 10 months ago
  41. 68be036 fuzz: Disable HTML encoding detection for now by Nick Wellnhofer · 10 months ago
  42. b4d3d87 parser: Fix parsing of doctype declarations by Nick Wellnhofer · 10 months ago
  43. c13fcc1 html: Chunk text data in push parser by Nick Wellnhofer · 10 months ago
  44. 0802857 html: Make data parsing modes work with push parser by Nick Wellnhofer · 10 months ago
  45. 4be1e8b html: Simplify htmlParseTryOrFinish a little by Nick Wellnhofer · 10 months ago
  46. 1273259 html: Remove unused epilog state by Nick Wellnhofer · 10 months ago
  47. 70bf754 html: Fix pull-parsing of incomplete end tags by Nick Wellnhofer · 10 months ago
  48. 4a776c7 html: Use htmlParseElementInternal in push parser by Nick Wellnhofer · 10 months ago
  49. ba15373 html: Fix corner case when push-parsing HTML5 comments by Nick Wellnhofer · 10 months ago
  50. e48fb5e html: Handle incomplete UTF-8 when push-parsing by Nick Wellnhofer · 10 months ago
  51. 6bb2ea8 html: Adjust xmlDetectEncoding for HTML by Nick Wellnhofer · 10 months ago
  52. 227d8f7 html: Support encoding auto-detection in push parser by Nick Wellnhofer · 10 months ago
  53. 641fb1a html: Fix state update in push parser by Nick Wellnhofer · 10 months ago
  54. a86a8ae html: Fix push-parsing of empty documents by Nick Wellnhofer · 10 months ago
  55. d2fb68e fuzz: Make large chunk size more likely by Nick Wellnhofer · 10 months ago
  56. cdfb54f Fix typos by Nick Wellnhofer · 10 months ago
  57. 57e4bbd parser: Improve handling of NOCDATA option by Nick Wellnhofer · 10 months ago
  58. 1f5b537 parser: Improve handling of NOBLANKS option by Nick Wellnhofer · 10 months ago
  59. 7a8722f parser: Document that XML_PARSE_NOBLANKS is broken by Nick Wellnhofer · 10 months ago
  60. 40e423d fuzz: Improve fuzzing of push parser by Nick Wellnhofer · 10 months ago
  61. 9efe141 parser: Fix detection of ']]>' when push-parsing by Nick Wellnhofer · 10 months ago
  62. 115b13f parser: Document push parser limitations by Nick Wellnhofer · 10 months ago
  63. 53a4846 xmllint: Make --push report parse errors by Nick Wellnhofer · 10 months ago
  64. 5535721 parser: Grow input buffer after lots of whitespace by Nick Wellnhofer · 10 months ago
  65. 218264f parser: Always shrink input buffer by Nick Wellnhofer · 10 months ago
  66. 0de90f5 parser: Define SIZE_MAX by Nick Wellnhofer · 10 months ago
  67. 3eced32 parser: Fix push parser with encoding and single chunk by Nick Wellnhofer · 10 months ago
  68. 4bd66d4 Mention contributors in Copyright by Nick Wellnhofer · 10 months ago
  69. fdc73dd README: Fix CMake example options by Nick Wellnhofer · 10 months ago
  70. 64bfe1f README: Add note about security issues by Nick Wellnhofer · 10 months ago
  71. 93506d4 parser: Make catalog PIs opt-in by Nick Wellnhofer · 10 months ago
  72. 1082d81 parser: Prepare to make decompression opt-in by Nick Wellnhofer · 10 months ago
  73. a78843b xmllint: Support compressed input from stdin by Nick Wellnhofer · 10 months ago
  74. 6208f86 xmllint: Support compressed input from stdin by Nick Wellnhofer · 10 months ago
  75. 7d4df58 uri: Fix handling of Windows drive letters by Nick Wellnhofer · 10 months ago
  76. a8d8a70 uri: Fix handling of Windows drive letters by Nick Wellnhofer · 10 months ago
  77. 6904d4c fuzz: Fix OSS-Fuzz build of lint fuzzer by Nick Wellnhofer · 10 months ago
  78. cd7299a meson: Fix setup with ICU as sibling subproject by Benjamin Gilbert · 11 months ago
  79. 6ec616b encoding: Don't allow POSIX indicator suffixes in encoding names by Nick Wellnhofer · 11 months ago
  80. 9b1028c fuzz: Fix comments by Nick Wellnhofer · 11 months ago
  81. e95c4b0 fuzz: Also test xmllint --repeat option by Nick Wellnhofer · 11 months ago
  82. dc6270d xmllint: Fix UAF with --push --repeat by Nick Wellnhofer · 11 months ago
  83. 9d7bbf1 tree: Fix variable name in xmlAddChild documentation by Grzegorz Szymaszek · 11 months ago
  84. f043bf2 meson: Fix build with MSVC by Kjell Ahlstedt · 11 months ago
  85. b524cd7 meson: Fix build as subproject by Nick Wellnhofer · 11 months ago
  86. 1c82bca xmllint: Improve error reports from reader by Nick Wellnhofer · 11 months ago
  87. 16286de xmllint: Fix memory leak in parseAndPrintFile by Nick Wellnhofer · 11 months ago
  88. 9cfc723 xmllint: Always reuse parser context by Nick Wellnhofer · 11 months ago
  89. 5f1131d xpath: Don't descend into OP_VALUE in debug dump by Nick Wellnhofer · 11 months ago
  90. 00167ca xmllint: Report OOM errors to stderr by Nick Wellnhofer · 11 months ago
  91. 67b738d fuzz: Check whether xmllint reports malloc failures correctly by Nick Wellnhofer · 11 months ago
  92. bfe6af2 fuzz: Remove hacks to build lint fuzzer by Nick Wellnhofer · 11 months ago
  93. bf1d8b9 xmllint: Report malloc failures from parsing patterns by Nick Wellnhofer · 11 months ago
  94. 255fd5f xmllint: Store error stream in global state by Nick Wellnhofer · 11 months ago
  95. e42ded4 xmllint: Stop using global variables by Nick Wellnhofer · 11 months ago
  96. e419411 schemas: Make ValidateStream take a const SAXHandler by Nick Wellnhofer · 11 months ago
  97. d39e571 xmllint: Fix memory leak in parseFile by Nick Wellnhofer · 11 months ago
  98. 0f4d36e xmllint: Fix memory leak in error case by Nick Wellnhofer · 11 months ago
  99. 5396636 Fix "Fix compilation with uclibc" by Nick Wellnhofer · 11 months ago
  100. fbaacfe encoding: Clean up UCS-4 encodings by Nick Wellnhofer · 11 months ago