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 303700 Details for
Bug 444092
gnome-display-properties crashed on opening with SIGSEGV in rw_mode_get_width()
[?]
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 the uninitialised value.
115_cc-randr12-fix-rebuild-gui.patch (text/plain), 756 bytes, created by
James Westby
on 2008-04-24 22:18:29 UTC
(
hide
)
Description:
Fix the uninitialised value.
Filename:
MIME Type:
Creator:
James Westby
Created:
2008-04-24 22:18:29 UTC
Size:
756 bytes
patch
obsolete
>diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c gnome-control-center-2.22.1.new/capplets/display/xrandr-capplet.c >--- gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c 2008-04-14 11:06:25.000000000 +0100 >+++ gnome-control-center-2.22.1.new/capplets/display/xrandr-capplet.c 2008-04-14 12:12:43.000000000 +0100 >@@ -303,6 +303,9 @@ > int width = rw_mode_get_width (mode); > int height = rw_mode_get_height (mode); > >+ if (!modes) >+ return FALSE; >+ > for (i = 0; modes[i] != NULL; ++i) > { > RWMode *m = modes[i]; >@@ -322,7 +325,7 @@ > { > int i; > GPtrArray *result; >- RWMode **modes; >+ RWMode **modes = NULL; > > for (i = 0; config->outputs[i] != NULL; ++i) > {
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 444092
: 303700