Files
rdkit/Code/SimDivPickers
Andrey Alekseenko 70b7e13bed Fix buffer size in pickersCLI.cpp (#8282)
Was a bit too diabolical.

`fgets` reads size-1 bytes and writes `\0` after it, so we should be fine with `sizeof(buffer)` here, which also more resilient to future errors than any duplicated value.
2025-02-27 13:23:16 +01:00
..
2023-11-15 06:45:42 +01:00