test could access unused memory.
This commit is contained in:
parent
b6f704fc7a
commit
d524dd542d
@ -2039,7 +2039,7 @@ Yap_absmi(int inp)
|
|||||||
goto failloop;
|
goto failloop;
|
||||||
} else
|
} else
|
||||||
#endif /* FROZEN_STACKS */
|
#endif /* FROZEN_STACKS */
|
||||||
if (IsAttVar(pt1))
|
if (IN_BETWEEN(H0,pt1,H) && IsAttVar(pt1))
|
||||||
goto failloop;
|
goto failloop;
|
||||||
flags = *pt1;
|
flags = *pt1;
|
||||||
#if defined(YAPOR) || defined(THREADS)
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
|
Reference in New Issue
Block a user