Logo
Explore Help
Sign In
suckless-desktop/slock
1
0
Fork 0
You've already forked slock
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
slock/util.h

3 lines
59 B
C
Raw 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.23.7 Page: 16ms Template: 1ms
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