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
1bd66f19
Commit
1bd66f19
authored
Jan 16, 2012
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop patch: 011_nxcomp_sa-restorer.patch.
parent
28b2a3a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
26 deletions
+6
-26
changelog
debian/changelog
+6
-0
011_nxcomp_sa-restorer.patch
debian/patches/011_nxcomp_sa-restorer.patch
+0
-25
series
debian/patches/series
+0
-1
No files found.
debian/changelog
View file @
1bd66f19
nx-libs (2:3.5.0.7-0) UNRELEASED; urgency=low
* Drop patch: 011_nxcomp_sa-restorer.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 16 Jan 2012 10:38:53 +0100
nx-libs (2:3.5.0.6-0) unstable; urgency=low
* Add patch: 202_nx-x11_enable-xinerama.patch.
...
...
debian/patches/011_nxcomp_sa-restorer.patch
deleted
100644 → 0
View file @
28b2a3a9
Description: sa_restorer vs. memset
Use memset instead of setting .sa_restorer to NULL.
Forwarded: not-yet
Author: Stéphane Graber <stgraber@ubuntu.com>
Last-Update: 2011-12-31
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -5895,7 +5895,7 @@
#if defined(__linux__)
- newAction.sa_restorer = NULL;
+ memset(&newAction, NULL, sizeof(newAction));
#endif
@@ -6513,7 +6513,7 @@
#if defined(__linux__)
- action.sa_restorer = NULL;
+ memset(&action, NULL, sizeof(action));
#endif
debian/patches/series
View file @
1bd66f19
...
...
@@ -8,7 +8,6 @@
009_nxproxy-add-man-page.patch
009_nxagent-add-man-page.patch
010_nxauth_fix-binary-name-in-man-page.patch
011_nxcomp_sa-restorer.patch
012_nxcomp_makefile-uninstall.patch
013_nxcompext_makefile-uninstall.patch
014_nxcompshad_makefile-uninstall.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