oss-fuzz/projects/inchi
Peter Foley dfaf20a5e2
Avoid calling strlen on uninitialized data (#6747)
GetINCHIfromINCHI calls strlen on szOptions, which leads to undefined behavior as it's not a valid null-terminated byte string.
Explicitly NULL out the char* to avoid this.
2021-11-02 21:41:37 +00:00
..
Dockerfile Update download URL for InChI library. (#5075) 2021-01-29 16:18:39 -08:00
build.sh
inchi_input_fuzzer.c Avoid calling strlen on uninitialized data (#6747) 2021-11-02 21:41:37 +00:00
project.yaml