From 4c4776b7a160e146de351c0706927d3224449751 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 21 Aug 2021 16:08:55 -0400 Subject: Zero local-key memory before freeing it --- local.c | 1 + 1 file changed, 1 insertion(+) diff --git a/local.c b/local.c index ff879c8..a7f4abb 100644 --- a/local.c +++ b/local.c @@ -91,6 +91,7 @@ void localConfig(FILE *cert, FILE *priv, FILE *ca, bool require) { if (error) { errx(EX_CONFIG, "tls_config_set_key_mem: %s", tls_config_error(config)); } + explicit_bzero(buf, len); free(buf); if (ca) { -- cgit 1.4.1 onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/home/.config (unfollow)
Commit message (Expand)Author
2018-07-30Move graphical programs out of binJune McEnroe
2018-07-30Add Neckbeard DeathcampJune McEnroe
2018-07-29Just print rs1 in dtch restoreTermJune McEnroe
2018-07-29Fix dtch cmsg sizeJune McEnroe
2018-07-25Fix cfmakeraw callsJune McEnroe
2018-07-23Remove nasm from installJune McEnroe
2018-07-23Add monday.local to sshJune McEnroe
2018-07-23Restore LDLIBS alphabetical orderJune McEnroe
2018-07-23Use EV_SET in watchJune McEnroe
2018-07-23Link with -lcursesJune McEnroe
2018-07-22Fix scheme indentationJune McEnroe
2018-07-16Add -m option to glitchJune McEnroe
2018-07-16malloc deflate buffer in glitchJune McEnroe
2018-07-16malloc the deflate buffer in pngoJune McEnroe
2018-07-05Add shed bloodJune McEnroe