We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6454709 commit 1385427Copy full SHA for 1385427
INCHI-1-SRC/INCHI_BASE/src/ichister.c
@@ -3971,7 +3971,7 @@ int set_stereo_atom_parity( CANON_GLOBALS *pCG,
3971
num_z++;
3972
}
3973
3974
- if (j1 < 4) /* djb-rwth: fixing oss-fuzz issue #71142 */
+ if (j1 < MAX_NUM_STEREO_ATOM_NEIGH) /* djb-rwth: fixing oss-fuzz issue #71142 */
3975
{
3976
nSbNeighOrigAtNumb[j1] = at[next_at].orig_at_number;
3977
at_coord[j1][0] = at[next_at].x - at[cur_at].x;
0 commit comments