kc3-lang/libxml2/fuzz/genSeed.c

Branch :


Log

Author Commit Date CI Message
b62ccf7f 2024-04-16 13:24:12 fuzz: Add fuzzer for XML reader API
ec7f6506 2023-11-27 18:03:01 tests: Fix tests --with-valid --without-xinclude Fix a copy/paste error from commit 4eba9f9c. Fixes #632.
f9d717af 2023-09-21 13:05:49 fuzz: Allow to fuzz without push, reader or output modules
4eba9f9c 2023-03-12 16:15:54 fuzz: Separate fuzzer for DTD validation
42322eba 2023-03-08 13:59:03 fuzz: Inject random malloc failures Fixes #344.
541b1e28 2023-03-08 13:59:00 fuzz: Support variable integer sizes in fuzz data Also switch to big-endian.
f560065f 2023-02-28 21:16:12 fuzz: Fix duplicate detection in fuzzEntityRecorder Store a non-NULL value in the hash.
09dac45a 2022-12-26 17:49:27 fuzz: Add separate XInclude fuzzer XIncludes involve XPath processing which can still lead to timeouts when fuzzing. This will probably take a while to fix. The rest of the XML parsing code should hopefully run without timeouts now. OSS-Fuzz only shows a single timeout test case, so separate the XInclude from the core XML fuzzer.
d0ab5c4f 2022-09-02 17:47:48 Fix compiler warnings in fuzzing code
4612ce30 2022-04-21 03:52:52 Implement xpath1() XPointer scheme See https://www.w3.org/2005/04/xpointer-schemes/
f9ccb3b8 2021-02-22 21:26:13 Check for feature flags in fuzzer tests
0d5f3710 2020-08-24 16:28:54 Consolidate seed corpus generation Implement file handling in C to speed up corpus generation.