Skip to content

Commit 420bd7c

Browse files
committed
[chore] Update kleef script
1 parent 67bcaa2 commit 420bd7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/kleef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ def klee_options(
5353
# "--libc=uclibc",
5454
# "--posix-runtime",
5555
"--fp-runtime",
56-
"--x86FP-as-x87FP80",
56+
"--x86FP-as-x87FP80=false",
5757
# "--max-sym-array-size=4096",
5858
"--symbolic-allocation-threshold=8192",
59+
"--uninit-memory-test-multiplier=10",
5960
# "--dump-all-states=false",
6061
# "--search=nurs:covnew",
6162
# "--search=nurs:md2u", "--search=random-path",

0 commit comments

Comments
 (0)