about summary refs log tree commit diff homepage
path: root/runtime/klee-libc/bcmp.c
AgeCommit message (Collapse)Author
2020-11-03fix: bcmp with n==0Alastair Reid
This was executing the loop when n==0 leading to an out of bound pointer error. Found while verifying Rust code that compares strings.
2019-10-31klee-libc: add bcmpJulian Büning