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
build.sh
inchi_input_fuzzer.c Avoid calling strlen on uninitialized data (#6747) 2021-11-02 21:41:37 +00:00
project.yaml