Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-03 | fix: bcmp with n==0 | Alastair 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. |
![]() |
index : ~cnx/klee | |
KLEE fork for patch differentiation testing |
about summary refs log tree commit diff homepage |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-03 | fix: bcmp with n==0 | Alastair 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. |