FreeBSD Bugzilla – Attachment 22771 Details for
Bug 39415
Bootloader assuming 8KB buffer when only 4KB is allocated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 416 bytes, created by
Espen Skoglund
on 2002-06-17 14:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Espen Skoglund
Created:
2002-06-17 14:10:01 UTC
Size:
416 bytes
patch
obsolete
>--- elf_freebsd.c.orig Fri Jun 14 22:21:42 2002 >+++ elf_freebsd.c Fri Jun 14 22:22:13 2002 >@@ -151,7 +151,7 @@ > hdr = (Elf_Ehdr *)&(md->md_data); > > status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, >- EFI_SIZE_TO_PAGES(sizeof(struct bootinfo)), (void*)&bi); >+ 8192/4096, (void*)&bi); > if (EFI_ERROR(status)) { > printf("unable to create bootinfo block (status=0x%lx)\n", > (long)status);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39415
: 22771