mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
be reasonable
8GB of entropy is a tad extreme Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user