There was an error while loading. Please reload this page.
1 parent 218c6ba commit b348f87Copy full SHA for b348f87
1 file changed
bsdauth.c
@@ -40,6 +40,7 @@ void run_pw_backend_child(void) {
40
break;
41
}
42
bool success = auth_userokay((char *)pwent->pw_name, NULL, "swaylock", buf);
43
+ explicit_bzero(buf, strlen(buf));
44
if (!write_comm_reply(success)) {
45
exit(EXIT_FAILURE);
46
0 commit comments