Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-03-15 17:07:25 -04:00
parent 181519cf38
commit 1df7c7f1d4
79 changed files with 203 additions and 202 deletions

View file

@ -1,4 +1,4 @@
From b3a0c2c5db28852b6d485542c8a4f1649a256892 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Micay <danielmicay@gmail.com>
Date: Fri, 6 Feb 2015 11:41:57 -0500
Subject: [PATCH] zero sensitive information with explicit_bzero
@ -8,7 +8,7 @@ Subject: [PATCH] zero sensitive information with explicit_bzero
1 file changed, 1 insertion(+)
diff --git a/init/security.cpp b/init/security.cpp
index 6cbe642c081..82fc8ca6413 100644
index 6cbe642c0..82fc8ca64 100644
--- a/init/security.cpp
+++ b/init/security.cpp
@@ -78,6 +78,7 @@ Result<void> MixHwrngIntoLinuxRngAction(const BuiltinArguments&) {