ClamAV recently removed autotools generated materials (configure,
Makefile.in, etc) from the git repo. This commit adds tools and calls
necessary to generate those files if autogen.sh is present.
* fixed null dereference in uri_dissect_query_malloc_fuzzer
* removed unused include
* initialized chars_required, freed query_list if check unsuccessful, and used buf.data() instead of &buf[0]
* Updates patch for mysql 8.21
* Fixup 8.21
* Disabkes fuzz_docommand to keep going with other targets for now
* do not even compile fuzz_docommand
* Adding license
* FIXMEs
* no longer compiled
* nits
The gold linker was forced when the system linker stopped linking the
Skia build. It seems that the gold linker is now running into issues, so
attempt to switch back.
* added new fuzzer
* added new fuzzer
* removed commented code
* add license header for uri_parse_fuzzer
* get values from FuzzedDataProvider, awaiting fuzz targets for FileNames and Ipv4 in parse_fuzzer
* build working
* fixed size mismatch, used better consumption function for remaining input
* reduced maxSize for uri_dissect_query_malloc_fuzzer
* added missing fuzz targets, removed unnecessary import
* removed unused include, changed instances of std::string to string, removed ToVector, added checks, and removed usage of FuzzedDataProvider in uri_dissect_query_malloc_fuzzer
* fixed vector issue in uri_parse_fuzzer
* added explicit value checks, removed Yoda comparisons
This leads to multiple definitions of everything defined in
SkSVGCanvas.cpp since it will be compiled into the api_svg_canvas target
directly as well as the Skia xml target.
* Homepage updated, added auto ccs to project.yaml
* Fixed project.yaml
* [spdlog] Added new fuzzers, modifed existing ones
* Revert "[spdlog] Added new fuzzers, modifed existing ones"
This reverts commit 1e7f14a81d.
* Modified existing fuzzer
* Added new fuzzer for backtrace
* Added new fuzzer for formatter
* Added new fuzzer for set_pattern
* Added new fuzzer for log_levels
* Moved fuzzers to upstream repo
* Moved fuzzers back to oss-fuzz
* fixed fuzzers
* Update years
The SwiftShader build seems to want SWIFTSHADER_EMIT_COVERAGE set or it
will do things that interfere with a coverage build. Use this to
simplify the SwuftShader build a bit and hopefully restore the coverage
build.
* Add new RDKit dependency (freetype)
FIxes Issue #23703
* just remove the freetype requirement for now
otherwise we have to build that static and that's a mess
* Update Dockerfile
* style: Clean up the repo
* Bolster the `.gitignore`
* Follow `CONTRIBUTING.md` guidelines and wrap `README.md` to 80
characters and seperate links for readability
* Remove pesky Unicode dash in `CONTRIBUTING.md`
* Remove `.DS_STORE` files
* Rename `#project.yaml#` to something logical and enable stntax
highlighting
* Updates from reviewers
* Greatly reduce `.gitignore` to only macOS `.DS_Store` and Vim
temporary files
* Apply markdown style to `docs/index.md`
* small comma grammatical change
* http -> https