You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/potion -I -X test/flow/callcc.pn overwrites the stack with certain compilers, -O settings
and with certain (unknown) environmental conditions (hard to repro).
Now checked by
if (exec >= MAX_EXEC)
potion_fatal("fatal: stack overwrite (exec > MAX_EXEC)\n");
The text was updated successfully, but these errors were encountered:
bin/potion -I -X test/flow/callcc.pn overwrites the stack with certain compilers, -O settings
and with certain (unknown) environmental conditions (hard to repro).
Now checked by
The text was updated successfully, but these errors were encountered: