Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory error in KLEE 1.2.0 or in KLEE-uClibc 1.0.0: libc/stdio/_vfprintf.c #403

Closed
mdimjasevic opened this issue May 27, 2016 · 4 comments
Closed

Comments

@mdimjasevic
Copy link
Contributor

I get the following error:

KLEE: ERROR: /home/docker/klee-1.2.0/tmp/klee-uclibc-klee_uclibc_v1.0.0/libc/stdio/_vfprintf.c:572: memory error: out of bound pointer

when I run KLEE on a program from dosfstools 3.0.27:

klee -max-time=30 -libc=uclibc --posix-runtime fatlabel.bc

This was with KLEE 1.2.0, KLEE-uClibc 1.0.0, and LLVM 3.4.2. The fatlabel.bc file is here:
fatlabel.bc.tar.gz.

@mdimjasevic
Copy link
Contributor Author

Here is another, but smaller example: eject.bc.tar.gz. I also ran it in the same way as fatlabel.bc.

@mdimjasevic mdimjasevic changed the title Memory error in KLEE 1.2.0 or in KLEE-uClibc 1.0.0: out of bound pointer Memory error in KLEE 1.2.0 or in KLEE-uClibc 1.0.0: libc/stdio/_vfprintf.c May 27, 2016
@MartinNowack
Copy link
Contributor

Please have a look at the generated test case like in #404 (That's a good one).
And how did you compile your uclibc?

Thanks!

@mdimjasevic
Copy link
Contributor Author

@ccadar
Copy link
Contributor

ccadar commented May 30, 2019

I think we can close this one.

@ccadar ccadar closed this as completed May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants