Commit 1bd66f19 authored by Mike Gabriel's avatar Mike Gabriel

Drop patch: 011_nxcomp_sa-restorer.patch.

parent 28b2a3a9
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.
......
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment