mailing list of musl libc
 help / color / mirror / code / Atom feed
738a096b83797b787fb282b80fe68d54d0a4b67f blob 111 bytes (raw)

1
2
3
4
5
6
7
 
#define _BSD_SOURCE
#include <string.h>

void explicit_bzero(void *d, size_t n)
{
	memset_explicit(d, 0, n);
}
debug log:

solving 738a096b ...
found 738a096b in https://inbox.vuxu.org/musl/20230526115236.b15f8bf97a529da07fba514f@zhasha.com/
found f2e12f23 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f2e12f2375e2d63d594af539b3ad39d68e0c8422	src/string/explicit_bzero.c

applying [1/1] https://inbox.vuxu.org/musl/20230526115236.b15f8bf97a529da07fba514f@zhasha.com/
diff --git a/src/string/explicit_bzero.c b/src/string/explicit_bzero.c
index f2e12f23..738a096b 100644

Checking patch src/string/explicit_bzero.c...
Applied patch src/string/explicit_bzero.c cleanly.

index at:
100644 738a096b83797b787fb282b80fe68d54d0a4b67f	src/string/explicit_bzero.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).