diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-30 07:04:10 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-30 07:04:26 +0100 |
| commit | 9400f4ea0bc6e8b7c3fb95dc4906db284d07d903 (patch) | |
| tree | 4871487bfb1b34ef8e4ce19b0568e83fe01f27d2 | |
| parent | da20b75beac750bf936c9c959f18bf4dce4bdf11 (diff) | |
be reasonable
8GB of entropy is a tad extreme
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/libreboot-utils/lottery.c | 2 |
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); |
