Skip to content

Add support of extern global variable #68

@ladisgin

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;
}

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