[pkg-remote-commits] [xrdp] 01/01: Correctly backpot some log_message() calls

Thorsten Glaser tg at moszumanska.debian.org
Sun Jan 1 22:49:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

tg pushed a commit to branch jessie
in repository xrdp.

commit 7de83b7d8b7b14eec2456f601f3b5985ad46f8d3
Author: mirabilos <t.glaser at tarent.de>
Date:   Sun Jan 1 23:49:07 2017 +0100

    Correctly backpot some log_message() calls
---
 debian/patches/cve-2013-1430.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/cve-2013-1430.patch b/debian/patches/cve-2013-1430.patch
index bbdec8a..582e590 100644
--- a/debian/patches/cve-2013-1430.patch
+++ b/debian/patches/cve-2013-1430.patch
@@ -111,7 +111,7 @@ From: Dominik George <nik at naturalnet.de>
 +{
 +  if (0 == guid)
 +  {
-+    log_message(LOG_LEVEL_WARNING, "[session:%d] set_guid: null guid", __LINE__);
++    log_message(&(g_cfg->log), LOG_LEVEL_WARNING, "[session:%d] set_guid: null guid", __LINE__);
 +    return 1;
 +  }
 +
@@ -442,7 +442,7 @@ From: Dominik George <nik at naturalnet.de>
 +                    pw_dir, username);
 +          if (g_file_exist(passwd_file))
 +          {
-+            log_message(LOG_LEVEL_WARNING, "Removing insecure "
++            log_message(&(g_cfg->log), LOG_LEVEL_WARNING, "Removing insecure "
 +                        "password file %s", passwd_file);
 +            g_file_delete(passwd_file);
 +          }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git



More information about the pkg-remote-commits mailing list