Logo
Explore Help
Sign In
krrishg/slock-krrish
1
0
Fork 0
You've already forked slock-krrish
Code Issues Pull Requests Projects Releases Wiki Activity
Files
master
slock-krrish/util.h

3 lines
59 B
C
Raw Permalink Normal View History

clear passwords with explicit_bzero Make sure to explicitly clear memory that is used for password input. memset is often optimized out by the compiler. Brought to attention by the OpenBSD community, see: https://marc.info/?t=146989502600003&r=1&w=2 Thread subject: x11/slock: clear passwords with explicit_bzero Changes: - explicit_bzero.c import from libressl-portable. - Makefile: add COMPATSRC for compatibility src. - config.mk: add separate *BSD section in config.mk to simply uncomment it on these platforms.
2016-07-31 13:43:00 +02:00
#undef explicit_bzero
void explicit_bzero(void *, size_t);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 26ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API