mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* fix a crashing bug in SubstructLibrary * fix a bunch of other potential seg faults These are all places where the result from pyObjectToVect(), which can legitimately return a nullptr, is not checked before being dereferenced. * document behavior clear the result vector for the other pythonObjectToVect() overload * change error message in response to review