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 659267 Details for
Bug 859632
gfxterm hangs when editing boot entries with large font
[?]
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.
[patch]
fix-num_entries-underflow.patch
fix-num_entries-underflow.patch (text/plain), 608 bytes, created by
Lingzhu Xiang
on 2012-12-07 09:37:45 UTC
(
hide
)
Description:
fix-num_entries-underflow.patch
Filename:
MIME Type:
Creator:
Lingzhu Xiang
Created:
2012-12-07 09:37:45 UTC
Size:
608 bytes
patch
obsolete
>diff -rud grub-2.00/grub-core/normal/menu_text.c grub-2.00.patched/grub-core/normal/menu_text.c >--- grub-2.00/grub-core/normal/menu_text.c 2012-03-27 22:29:54.000000000 +0800 >+++ grub-2.00.patched/grub-core/normal/menu_text.c 2012-12-07 15:59:16.000000000 +0800 >@@ -348,6 +348,8 @@ > /* 3 lines for timeout message and bottom margin. 2 lines for the border. */ > *num_entries = grub_term_height (term) - GRUB_TERM_TOP_BORDER_Y > - (print_message (nested, edit, term, 1) + 3) - 2; >+ if (*num_entries < 0) >+ *num_entries = 0; > > grub_term_getcolor (term, &old_color_normal, &old_color_highlight);
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 859632
:
616247
|
617757
|
620196
|
621463
|
659265
|
659266
| 659267