1. 7d6837b Fix caret in regexp character group by Nick Wellnhofer · 3 years, 6 months ago
  2. 8a85263 Add fuzzing dictionaries to EXTRA_DIST by Nick Wellnhofer · 3 years, 6 months ago
  3. 1bde104 Add 'fuzz' subdirectory to DIST_SUBDIRS by Nick Wellnhofer · 3 years, 6 months ago
  4. c0c26ff parser.c: xmlParseCharData peek behavior fixed wrt newlines by Mike Dalessio · 3 years, 6 months ago
  5. b46016b Allow port numbers up to INT_MAX by Nick Wellnhofer · 3 years, 6 months ago
  6. 46837d4 Fix memory leaks in XPointer string-range function by Nick Wellnhofer · 3 years, 7 months ago
  7. 0b3c64d Handle dumps of corrupted documents more gracefully by Nick Wellnhofer · 3 years, 7 months ago
  8. 847a3a1 Fix use-after-free when XIncluding text from Reader by Nick Wellnhofer · 3 years, 7 months ago
  9. 7929f05 Fix SEGV in xmlSAXParseFileWithData by yanjinjq · 3 years, 8 months ago
  10. e6ec58e Fix null deref in XPointer expression error path by Nick Wellnhofer · 3 years, 7 months ago
  11. 4e9cc18 Fix variable name in win32/configure.js by Nick Wellnhofer · 3 years, 7 months ago
  12. 5614c07 Fix version parsing in win32/configure.js by Nick Wellnhofer · 3 years, 7 months ago
  13. 8b88503 Don't call xmlXPathInit directly by Nick Wellnhofer · 3 years, 7 months ago
  14. b215c27 Fix cleanup of attributes in XML reader by Nick Wellnhofer · 3 years, 7 months ago
  15. f0fd1b6 Limit size of free lists in XML reader when fuzzing by Nick Wellnhofer · 3 years, 8 months ago
  16. ba589ad Fix double free in XML reader with XIncludes by Nick Wellnhofer · 3 years, 8 months ago
  17. 6f1470a Hardcode maximum XPath recursion depth by Nick Wellnhofer · 3 years, 8 months ago
  18. 8c3ef08 Pass URL of main entity in XML fuzzer by Nick Wellnhofer · 3 years, 8 months ago
  19. 0d5f371 Consolidate seed corpus generation by Nick Wellnhofer · 3 years, 8 months ago
  20. 0d9da02 Test fuzz targets with dummy driver by Nick Wellnhofer · 3 years, 8 months ago
  21. 3fcf319 Fix regression introduced with commit d88df4b by Nick Wellnhofer · 3 years, 8 months ago
  22. 87d20b5 Fix regression introduced with commit 74dcc10b by Nick Wellnhofer · 3 years, 8 months ago
  23. fbb7fa9 Fix memory leak in xmlXIncludeAddNode error paths by Nick Wellnhofer · 3 years, 8 months ago
  24. 19cae17 Revert "Fix quadratic runtime in xi:fallback processing" by Nick Wellnhofer · 3 years, 8 months ago
  25. d63cfec Add TODO comment in xinclude.c by Nick Wellnhofer · 3 years, 8 months ago
  26. 804c529 Stop using maxParserDepth in xpath.c by Nick Wellnhofer · 3 years, 8 months ago
  27. 74dcc10 Remove dead code in xinclude.c by Nick Wellnhofer · 3 years, 8 months ago
  28. 0ff5274 Fix autotools warnings by Nick Wellnhofer · 3 years, 8 months ago
  29. 2c74712 Fix error reporting with xi:fallback by Nick Wellnhofer · 3 years, 8 months ago
  30. 27119ec Fix quadratic runtime in xi:fallback processing by Nick Wellnhofer · 3 years, 8 months ago
  31. d88df4b Fix corner case with empty xi:fallback by Nick Wellnhofer · 3 years, 8 months ago
  32. 00a86d4 Don't add formatting newlines to XInclude nodes by Nick Wellnhofer · 3 years, 8 months ago
  33. dba82a8 Fix XInclude regression introduced with recent commit by Nick Wellnhofer · 3 years, 8 months ago
  34. e1c2d0a Fix memory leak in runtest.c by Nick Wellnhofer · 3 years, 8 months ago
  35. 2b4769a Make "xmllint --push --recovery" work by Nick Wellnhofer · 3 years, 8 months ago
  36. 99fc048 Don't use SAX1 if all element handlers are NULL by Nick Wellnhofer · 3 years, 8 months ago
  37. c1ba6f5 Revert "Do not URI escape in server side includes" by Nick Wellnhofer · 3 years, 8 months ago
  38. b82fa3d Fix column number accounting in xmlParse*NameAndCompare by Nick Wellnhofer · 3 years, 8 months ago
  39. 438e595 Stop counting nbChars in parser context by Nick Wellnhofer · 3 years, 8 months ago
  40. f6a9541 Remove unneeded progress checks in HTML parser by Nick Wellnhofer · 3 years, 8 months ago
  41. 9de7b94 Use strcmp when fuzzing by Nick Wellnhofer · 3 years, 9 months ago
  42. 10a0794 Fix XPath fuzzer by Nick Wellnhofer · 3 years, 9 months ago
  43. 6c128fd Fuzz XInclude engine by Nick Wellnhofer · 3 years, 11 months ago
  44. 50f06b3 Fix out-of-bounds read with 'xmllint --htmlout' by Nick Wellnhofer · 3 years, 9 months ago
  45. 1abf296 Fix exponential runtime and memory in xi:fallback processing by Nick Wellnhofer · 3 years, 9 months ago
  46. 11b5745 Don't process siblings of root in xmlXIncludeProcess by Nick Wellnhofer · 3 years, 9 months ago
  47. 0f9817c Don't recurse into xi:include children in xmlXIncludeDoProcess by Nick Wellnhofer · 3 years, 10 months ago
  48. 5725c11 Fix memory leak in xmlXIncludeIncludeNode error paths by Nick Wellnhofer · 3 years, 10 months ago
  49. ad26a60 Add XPath and XPointer fuzzer by Nick Wellnhofer · 3 years, 9 months ago
  50. 956534e Check for custom free function in global destructor by Nick Wellnhofer · 3 years, 9 months ago
  51. 8e7c20a Fix integer overflow when comparing schema dates by Nick Wellnhofer · 3 years, 9 months ago
  52. 905820a Update fuzzing code by Nick Wellnhofer · 3 years, 9 months ago
  53. 68eadab Fix exponential runtime in xmlFARecurseDeterminism by Nick Wellnhofer · 3 years, 9 months ago
  54. 1a360c1 More *NodeDumpOutput fixes by Nick Wellnhofer · 3 years, 9 months ago
  55. 7b2e517 Fix *NodeDumpOutput functions by Nick Wellnhofer · 3 years, 9 months ago
  56. dc6f009 Make xmlNodeDumpOutputInternal non-recursive by Nick Wellnhofer · 3 years, 9 months ago
  57. 5330153 Make xhtmlNodeDumpOutput non-recursive by Nick Wellnhofer · 3 years, 9 months ago
  58. b79ab6e Make htmlNodeDumpFormatOutput non-recursive by Nick Wellnhofer · 3 years, 9 months ago
  59. 21ca882 Don't try to handle namespaces when building HTML documents by Nick Wellnhofer · 3 years, 9 months ago
  60. 93ce33c Fix several quadratic runtime issues in HTML push parser by Nick Wellnhofer · 3 years, 9 months ago
  61. 10d0947 Fix .gitattributes by Nick Wellnhofer · 3 years, 9 months ago
  62. 173a083 Fix quadratic runtime when push parsing HTML start tags by Nick Wellnhofer · 3 years, 9 months ago
  63. 0e5c4fe Reset XML parser input before reporting errors by David Kilzer · 3 years, 9 months ago
  64. 6995eed Fix quadratic runtime when push parsing HTML entity refs by Nick Wellnhofer · 3 years, 9 months ago
  65. 8e219b1 Fix HTML push parser lookahead by Nick Wellnhofer · 3 years, 9 months ago
  66. e050062 Make htmlCurrentChar always translate U+0000 by Nick Wellnhofer · 3 years, 9 months ago
  67. dfd4e33 Rework control flow in htmlCurrentChar by Nick Wellnhofer · 3 years, 9 months ago
  68. 922bebc Make 'xmllint --html --push -' read from stdin by Nick Wellnhofer · 3 years, 9 months ago
  69. 1493130 Fix UTF-8 decoder in HTML parser by Nick Wellnhofer · 3 years, 9 months ago
  70. beb7d71 Remove misleading comments in xpath.c by Nick Wellnhofer · 3 years, 9 months ago
  71. 5007892 Fix quadratic runtime when parsing HTML script content by Nick Wellnhofer · 3 years, 9 months ago
  72. d6761e7 Update to Devhelp index file format version 2 by Andre Klapper · 3 years, 9 months ago
  73. d514e2b Set project language to C by Markus Rickert · 3 years, 9 months ago
  74. 5ddf02f Update config.h.cmake.in by Markus Rickert · 3 years, 11 months ago
  75. 8bec210 Add variable for working directory of XML Conformance Test Suite by Markus Rickert · 3 years, 11 months ago
  76. 270e165 Add additional tests and XML Conformance Test Suite by Markus Rickert · 3 years, 11 months ago
  77. e6ba4bd Add command line option for temp directory in runtest by Markus Rickert · 3 years, 11 months ago
  78. 40e7cea Ensure LF line endings for test files by Markus Rickert · 3 years, 11 months ago
  79. 9ecf5ad Enable runtests and testThreads by Markus Rickert · 3 years, 11 months ago
  80. 3f18e74 Reset HTML parser input before reporting error by Nick Wellnhofer · 3 years, 9 months ago
  81. 3da8d94 Fix more quadratic runtime issues in HTML push parser by Nick Wellnhofer · 3 years, 10 months ago
  82. 741b0d0 Fix regression introduced with 477c7f6a by Nick Wellnhofer · 3 years, 10 months ago
  83. fc842f6 Limit regexp nesting depth by Nick Wellnhofer · 3 years, 10 months ago
  84. 1e41e4f Fix return values and documentation in encoding.c by Nick Wellnhofer · 3 years, 10 months ago
  85. 6b4717d Add regexp regression tests by David Kilzer · 3 years, 10 months ago
  86. 477c7f6 Fix quadratic runtime in HTML parser by Nick Wellnhofer · 3 years, 10 months ago
  87. f8329fd Report error for invalid regexp quantifiers by Nick Wellnhofer · 3 years, 10 months ago
  88. 13ba5b6 Reset HTML parser input before reporting encoding error by Nick Wellnhofer · 3 years, 10 months ago
  89. 1e7851b Fix integer overflow in xmlFAParseQuantExact by Nick Wellnhofer · 3 years, 10 months ago
  90. 84bab95 Fix return value of xmlC14NDocDumpMemory by Nick Wellnhofer · 3 years, 10 months ago
  91. 43a8836 Fix rebuilding docs, by hiding __attribute__((...)) behind a macro. by Martin Vidner · 3 years, 11 months ago
  92. 9f42f6b Don't follow next pointer on documents in xmlXPathRunStreamEval by Nick Wellnhofer · 3 years, 10 months ago
  93. c044086 Copy xs:duration parser from libexslt by Nick Wellnhofer · 3 years, 10 months ago
  94. 18425d3 Fix integer overflow in _xmlSchemaParseGYear by Nick Wellnhofer · 3 years, 10 months ago
  95. 070d635 Fix integer overflow when parsing {min,max}Occurs by Nick Wellnhofer · 3 years, 10 months ago
  96. 50f1883 Fix another memory leak in xmlSchemaValAtomicType by Nick Wellnhofer · 3 years, 10 months ago
  97. eac1c7e Fuzz target for XML Schemas by Nick Wellnhofer · 3 years, 10 months ago
  98. ffd31db Move entity recorder to fuzz.c by Nick Wellnhofer · 3 years, 10 months ago
  99. 681f094 Fix unsigned integer overflow in htmlParseTryOrFinish by Nick Wellnhofer · 3 years, 10 months ago
  100. 31ca4a7 Fix integer overflow in htmlParseCharRef by Nick Wellnhofer · 3 years, 10 months ago