Files
wxWidgets/tests
Vadim Zeitlin d5a6568b21 Add a fuzzer for ZIP reading code
The new source file needs to be compiled with a recent clang using
libfuzzer using a command line similar to the following:

	$ clang++ -g -fsanitize=address -fsanitize-coverage=trace-pc-guard tests/fuzz/readzip.cpp `wx-config --cxxflags --libs base` -lFuzzer

and then executed passing it the corpus directory as parameter:

	$ ./a.out tests/fuzz/corpus/zip

This will be useful for finding more bugs like #17947 (and, indeed,
running it locally already found another assert failure, which will be
fixed soon).
2017-10-25 00:38:52 +02:00
..
2017-10-01 09:41:49 -07:00
2017-10-01 09:46:56 -07:00
2017-10-25 00:38:52 +02:00
2016-07-22 23:00:48 +02:00
2014-05-15 22:32:17 +00:00
2017-07-04 13:15:14 -06:00
2017-10-01 09:46:03 -07:00
2014-05-15 22:32:17 +00:00
2017-07-04 13:15:14 -06:00
2017-10-01 09:41:49 -07:00
2017-10-01 09:46:03 -07:00
2011-09-29 13:47:38 +00:00
2015-03-19 21:46:05 +01:00
2016-06-30 19:09:04 +02:00