Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d0ab5c4f | 2022-09-02 17:47:48 | Fix compiler warnings in fuzzing code | ||
| 85c817a2 | 2021-02-22 21:28:21 | Improve fuzzer stability - Add more calls to xmlInitializeCatalog. - Call xmlResetLastError after fuzzing each input. | ||
| 7a90bdfa | 2021-02-22 17:58:06 | Another attempt at improving fuzzer stability xmlInitializeCatalog is not called from xmlInitParser. | ||
| 0fb3ae58 | 2021-02-22 17:31:05 | Revert "Improve HTML fuzzer stability" This reverts commit de1b51eddcc17fd7ed1bbcc6d5d7d529407dfbe2. | ||
| de1b51ed | 2021-02-22 12:25:29 | Improve HTML fuzzer stability Call htmlInitAutoClose during fuzzer initialization to fix stability issue. Leave a note concerning problems with this function. | ||
| ec808a44 | 2021-02-07 13:57:49 | Speed up HTML fuzzer htmlDocDumpMemory uses the "HTML" encoding if no other encoding was specified in the source HTML. This encoding can be extremely slow because of an inefficiency in htmlEntityValueLookup. Stop encoding the output for now. | ||
| 536f421d | 2020-06-15 12:20:54 | Fuzz target for HTML parser |