be reasonable

8GB of entropy is a tad extreme

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-30 07:04:10 +01:00
parent da20b75bea
commit 9400f4ea0b
+1 -1
View File
@@ -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);