0.3.0: converge relibc to upstream 0.6.0 + Red Bear patches
This commit is contained in:
@@ -40,4 +40,8 @@ int main(void) {
|
||||
char* str = "hihih";
|
||||
assert(index(str, 'i') == str + 1);
|
||||
assert(rindex(str, 'i') == str + 3);
|
||||
|
||||
char buf[] = "password";
|
||||
explicit_bzero(buf, sizeof(buf));
|
||||
assert(buf[0] == 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user