Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 377159 Details for
Bug 545807
Color hash problem on x86_64.
Home
New
Search
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.rh90 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]
Patch fixing the bug
tk-8.5-undefgaps.patch (text/plain), 506 bytes, created by
Patrick Monnerat
on 2009-12-09 12:16:33 UTC
(
hide
)
Description:
Patch fixing the bug
Filename:
MIME Type:
Creator:
Patrick Monnerat
Created:
2009-12-09 12:16:33 UTC
Size:
506 bytes
patch
obsolete
>diff -Naur tk8.5.7.orig/generic/tkColor.c tk8.5.7.new/generic/tkColor.c >--- tk8.5.7.orig/generic/tkColor.c 2007-12-13 16:24:13.000000000 +0100 >+++ tk8.5.7.new/generic/tkColor.c 2009-12-09 12:20:39.000000000 +0100 >@@ -302,6 +302,7 @@ > * First, check to see if there's already a mapping for this color name. > */ > >+ memset(&valueKey, 0, sizeof valueKey); /* Clear interfield gaps. */ > valueKey.red = colorPtr->red; > valueKey.green = colorPtr->green; > valueKey.blue = colorPtr->blue;
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 545807
: 377159