mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Add initial fuzz target * Polish Integrated the existing targets from @Google-Autofuzz. Added a dictionary for smiles and a little corpora too. Cleanup cmake. * Fix Typo * Remove debugging oversight * Fail, when not building fuzzers statically * Don't build fuzzers by default * Add azure pipeline for fuzzing * Format files; catch all exceptions * Debugging pipeline * Fix format of corpora files * Add corpora for mol strings * Add dictionary for mol strings * Add README.md * Remove very similar fuzz target * Add mol pickle/deserialization fuzzer * Improve fuzz readme Co-authored-by: intrigus <abc123zeus@live.de>