mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
Small bug fixes and cleanups from fuzz testing (#3299)
* fix ossfuzz issue 24074 * fix ossfuzz issue 23896 * switch to throw exceptions when reading ints/floats * remove extraneous benchmarking code * change type of AH query * confirm an invariant while finding rings * no sense in adding these tests to github * switch to use fail() instead of failbit switch to acceptSpaces by default
This commit is contained in:
@@ -365,8 +365,8 @@ ATOM_EQUALS_QUERY *makeAAtomQuery() {
|
||||
res->setTypeLabel("A");
|
||||
return res;
|
||||
}
|
||||
ATOM_EQUALS_QUERY *makeAHAtomQuery() {
|
||||
auto *res = rdcast<ATOM_EQUALS_QUERY *>(makeAtomNullQuery());
|
||||
ATOM_NULL_QUERY *makeAHAtomQuery() {
|
||||
auto *res = makeAtomNullQuery();
|
||||
res->setTypeLabel("AH");
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user