Skip to content

Add support of extern global variable #68

Description

@ladisgin

KLEE error on files with extern global
For example on project FRRouting/frr

KLEE: ERROR: Unable to load symbol(MTYPE_TMP) while initializing globals

Minimal reproduce example

extern int b;

int fun() {
    return b;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions