summaryrefslogtreecommitdiff
path: root/libc-test/semver/linux-musl.txt
diff options
context:
space:
mode:
authorniluxv <niluxv.opensource.C-h2ty6xl@yandex.com>2021-05-02 12:02:15 +0200
committerniluxv <niluxv.opensource.C-h2ty6xl@yandex.com>2021-05-02 12:02:15 +0200
commite0adeabc9945d4361715084cf7682cc5f4390877 (patch)
tree381e28520f6b40c184d71dafaa0845b99c77a7a5 /libc-test/semver/linux-musl.txt
parentfad1e6fc7b43eed7d59b48f8d6f393fa79932951 (diff)
downloadrust-libc-e0adeabc9945d4361715084cf7682cc5f4390877.tar.gz
Add explicit/volatile memset/memzero functions
Adds the following functions to platforms that support them: * `explicit_bzero` (de facto standard): Glibc, MUSL, FreeBSD, DragonFly BSD, OpenBSD * `explicit_memset`: NetBSD * `memset_s` (C11 standard): FreeBSD, DragonFly BSD These functions are useful for zeroing secret memory.
Diffstat (limited to 'libc-test/semver/linux-musl.txt')
-rw-r--r--libc-test/semver/linux-musl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/semver/linux-musl.txt b/libc-test/semver/linux-musl.txt
index 1692b9c2d8..53b3adfdde 100644
--- a/libc-test/semver/linux-musl.txt
+++ b/libc-test/semver/linux-musl.txt
@@ -1 +1,2 @@
# TODO: musl.
+explicit_bzero