mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 23:17:43 +00:00
grub-install-common: Increase buf size to 8192 as modinfo.sh is bigger.
This commit is contained in:
parent
5fd1cb980a
commit
9916ed6f82
@ -902,7 +902,7 @@ grub_install_get_target (const char *src)
|
||||
{
|
||||
char *fn;
|
||||
grub_util_fd_t f;
|
||||
char buf[2048];
|
||||
char buf[8192];
|
||||
ssize_t r;
|
||||
char *c, *pl, *p;
|
||||
size_t i;
|
||||
|
Loading…
Reference in New Issue
Block a user