Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fatal: stack overwrite (exec > MAX_EXEC) #19

@rurban

Description

@rurban

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions