summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/lottery.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-30 07:04:10 +0100
committerLeah Rowe <leah@libreboot.org>2026-03-30 07:04:26 +0100
commit9400f4ea0bc6e8b7c3fb95dc4906db284d07d903 (patch)
tree4871487bfb1b34ef8e4ce19b0568e83fe01f27d2 /util/libreboot-utils/lottery.c
parentda20b75beac750bf936c9c959f18bf4dce4bdf11 (diff)
be reasonable
8GB of entropy is a tad extreme Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lottery.c')
-rw-r--r--util/libreboot-utils/lottery.c2
1 files changed, 1 insertions, 1 deletions
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);