mirror of
http://cgit.git.savannah.gnu.org/git/grub.git
synced 2026-04-28 06:33:17 +00:00
grub-install-common: Increase buf size to 8192 as modinfo.sh is bigger.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user