Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | tests: add some missing headers | Frank Busse | |
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. |