1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] explicit_bzero exists in modern Linux

[ci skip]
This commit is contained in:
Sorah Fukumori 2020-04-26 02:00:45 +09:00
parent fefb5fafbc
commit 7ccb7a992d
No known key found for this signature in database
GPG key ID: 34F7A7C2F4C0895C

View file

@ -17,9 +17,9 @@
/* OS support note:
* BSDs have explicit_bzero().
* OS-X has memset_s().
* macOS has memset_s().
* Windows has SecureZeroMemory() since XP.
* Linux has none. *Sigh*
* Linux has explicit_bzero() since glibc 2.25, musl libc 1.1.20.
*/
/*