Skip to content

Commit 1385427

Browse files
authored
Version 1.07.2
1 parent 6454709 commit 1385427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INCHI-1-SRC/INCHI_BASE/src/ichister.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@ int set_stereo_atom_parity( CANON_GLOBALS *pCG,
39713971
num_z++;
39723972
}
39733973

3974-
if (j1 < 4) /* djb-rwth: fixing oss-fuzz issue #71142 */
3974+
if (j1 < MAX_NUM_STEREO_ATOM_NEIGH) /* djb-rwth: fixing oss-fuzz issue #71142 */
39753975
{
39763976
nSbNeighOrigAtNumb[j1] = at[next_at].orig_at_number;
39773977
at_coord[j1][0] = at[next_at].x - at[cur_at].x;

0 commit comments

Comments
 (0)