From 9400f4ea0bc6e8b7c3fb95dc4906db284d07d903 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 30 Mar 2026 07:04:10 +0100 Subject: be reasonable 8GB of entropy is a tad extreme Signed-off-by: Leah Rowe --- util/libreboot-utils/lottery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/lottery.c') diff --git a/util/libreboot-utils/lottery.c b/util/libreboot-utils/lottery.c index 1f8ff2e0..921fe838 100644 --- a/util/libreboot-utils/lottery.c +++ b/util/libreboot-utils/lottery.c @@ -18,7 +18,7 @@ main(int argc, char **argv) { int same = 0; char *buf; - size_t size = 8589934592; + size_t size = BUFSIZ; (void) argc, (void) argv; (void) errhook(exit_cleanup); -- cgit v1.2.1