Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 614508 Details for
Bug 857305
Grub2 truncates device paths longer than 64 bytes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Resubmitting patch using pjones's guideline
grub-2.00-increase-the-ieee1275-device-path-buffer-size.patch (text/plain), 946 bytes, created by
IBM Bug Proxy
on 2012-09-19 17:53:31 UTC
(
hide
)
Description:
Resubmitting patch using pjones's guideline
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2012-09-19 17:53:31 UTC
Size:
946 bytes
patch
obsolete
>From 7e1f42417dab20d470d1e45dfa73d00c763d792d Mon Sep 17 00:00:00 2001 >From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com> >Date: Wed, 19 Sep 2012 20:50:38 -0300 >Subject: [PATCH] increase the ieee1275 device path buffer size > >There are cases when the openfirmware device path is bigger then 64 chars. > >This should fix this bugzilla: >https://bugzilla.redhat.com/show_bug.cgi?id=857936 >--- > grub-core/kern/ieee1275/init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/grub-core/kern/ieee1275/init.c b/grub-core/kern/ieee1275/init.c >index 7d03a8a..5c45947 100644 >--- a/grub-core/kern/ieee1275/init.c >+++ b/grub-core/kern/ieee1275/init.c >@@ -82,7 +82,7 @@ void (*grub_ieee1275_net_config) (const char *dev, > void > grub_machine_get_bootlocation (char **device, char **path) > { >- char bootpath[64]; /* XXX check length */ >+ char bootpath[256]; /* Max device path length */ > char *filename; > char *type; > >-- >1.7.10.4 >
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 Raw
Actions:
View
Attachments on
bug 857305
:
612721
| 614508