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 313208 Details for
Bug 457566
sending packets with wrong format on XIM_QUERY_EXTENSION_REPLY
[?]
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]
proposed patch, take 2
scim-1.4.7-fix-qer-syntax.patch (text/plain), 739 bytes, created by
Akira TAGOH
on 2008-08-01 15:22:48 UTC
(
hide
)
Description:
proposed patch, take 2
Filename:
MIME Type:
Creator:
Akira TAGOH
Created:
2008-08-01 15:22:48 UTC
Size:
739 bytes
patch
obsolete
>diff -pruN scim-1.4.7.orig/modules/FrontEnd/IMdkit/i18nIMProto.c scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c >--- scim-1.4.7.orig/modules/FrontEnd/IMdkit/i18nIMProto.c 2007-06-26 23:31:51.000000000 +0900 >+++ scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c 2008-08-02 00:16:41.000000000 +0900 >@@ -106,11 +106,11 @@ static XimFrameRec xpcs_fr[] = > > static XimFrameRec ext_fr[] = > { >- _FRAME(BIT16), /* extension major-opcode */ >- _FRAME(BIT16), /* extension minor-opcode */ >+ _FRAME(BIT8), /* extension major-opcode */ >+ _FRAME(BIT8), /* extension minor-opcode */ > _FRAME(BIT16), /* length of extension name */ > _FRAME(BARRAY), /* extension name */ >- _PAD4(2), >+ _PAD4(1), > _FRAME(EOL), > }; >
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 457566
:
313207
| 313208