Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d8c9f89b
Commit
d8c9f89b
authored
Jun 21, 2014
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update description for patch…
update description for patch 057_nx-X11-bigendian-ppc64-no-session-window.full.patch as proposed by the patch author
parent
eca0ee98
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
057_nx-X11-bigendian-ppc64-no-session-window.full.patch
...s/057_nx-X11-bigendian-ppc64-no-session-window.full.patch
+3
-2
No files found.
debian/patches/057_nx-X11-bigendian-ppc64-no-session-window.full.patch
View file @
d8c9f89b
Description: No session window with on PPC64 builds
Author: Mihai Moldovan <ionic@ionic.de>
Abstract:
An endiannes issue was setting incorrect event masks when creating X11 windows.
Multiple endiannes issues were setting incorrect event masks when creating and
drawing X11 windows.
.
This time, a smaller integer has been casted to a bigger one and passed to some
function actually setting its value.
...
...
@@ -10,7 +11,7 @@ Abstract:
putting unknown memory into the lower bytes of the bigger integer.
.
Fix this by creating a big, initialized temporary variable, let the function do
its magic on that one and pass the value back to the smaller variable
--
and
its magic on that one and pass the value back to the smaller variable
--
and
cross your fingers the smaller variable can hold it without overrunning. (The
last bit is a design issue we can't really fix and has been around even before
this patch.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment