Nick Wellnhofer
85c817a200
Improve fuzzer stability
...
- Add more calls to xmlInitializeCatalog.
- Call xmlResetLastError after fuzzing each input.
2021-02-22 22:29:28 +01:00
Nick Wellnhofer
7a90bdfae6
Another attempt at improving fuzzer stability
...
xmlInitializeCatalog is not called from xmlInitParser.
2021-02-22 17:58:06 +01:00
Nick Wellnhofer
0fb3ae5840
Revert "Improve HTML fuzzer stability"
...
This reverts commit de1b51eddc
.
2021-02-22 17:31:05 +01:00
Nick Wellnhofer
de1b51eddc
Improve HTML fuzzer stability
...
Call htmlInitAutoClose during fuzzer initialization to fix stability
issue. Leave a note concerning problems with this function.
2021-02-22 13:21:38 +01:00
Nick Wellnhofer
ec808a4415
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.
2021-02-07 14:39:55 +01:00
Nick Wellnhofer
536f421d37
Fuzz target for HTML parser
2020-06-15 15:23:38 +02:00