mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 06:23:13 +00:00
Merged relocators in xnu-reloc
This commit is contained in:
commit
b88e596bbd
@ -41,6 +41,9 @@ PREFIX (realloc) (void *relocator, grub_size_t size)
|
||||
{
|
||||
char *playground;
|
||||
|
||||
if (!relocator)
|
||||
return PREFIX (alloc) (size);
|
||||
|
||||
playground = (char *) relocator - PRE_REGION_SIZE;
|
||||
|
||||
playground = grub_realloc (playground, size + MAX_OVERHEAD);
|
||||
|
Loading…
Reference in New Issue
Block a user