From 9e758e6e6aec0396594ec2cab4b260d47249f598 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Fri, 27 Sep 2019 22:46:29 +0200 Subject: [PATCH] jitterentropy-rngd: update to version v1.1.0 + clang compile fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * avert crash during shutdown when the kernel sends a SIGALRM while the Jitter RNG is deallocated * Fix: unsafe signal handling by Gerald Lledo * import jitterentropy library 2.2.0 to make rngd fully SP800-90B compliant * include clang compile fix in order to use scan-build static checker used in GitLab CI pipeline Signed-off-by: Petr Å tetiar --- 3rdparty/jitterentropy-rngd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/jitterentropy-rngd b/3rdparty/jitterentropy-rngd index ad4d636..cb13a8b 160000 --- a/3rdparty/jitterentropy-rngd +++ b/3rdparty/jitterentropy-rngd @@ -1 +1 @@ -Subproject commit ad4d6364279fa437a433bbc49d851e35b8dc467d +Subproject commit cb13a8b136afe9e1ea1424e9e3fb50c87a6be729 -- 2.30.2