[pkg-remote-commits] [xrdp] 10/10: Add bug reference for SSL bug.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Dec 15 10:50:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 521a7c0a675e00e9301aab04e37fc996910aebda
Author: Dominik George <nik at naturalnet.de>
Date: Fri Dec 15 11:50:09 2017 +0100
Add bug reference for SSL bug.
---
debian/changelog | 1 +
debian/patches/fix-ssl-accept-load.patch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d5d4ef2..f3a6621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
xrdp (0.9.4-3) UNRELEASED; urgency=high
* Fix (possibly exploitable) high CPU load in ssl_tls_accept.
+ (Closes: #884453)
* Source /etc/profile in startwm. (Closes: #882246)
+ Thanks to Wolfgang Schweer!
* Add script to build PulseAudio modules.
diff --git a/debian/patches/fix-ssl-accept-load.patch b/debian/patches/fix-ssl-accept-load.patch
index f79e2a7..0455961 100644
--- a/debian/patches/fix-ssl-accept-load.patch
+++ b/debian/patches/fix-ssl-accept-load.patch
@@ -2,7 +2,7 @@ From: jsorg71
Subject: Avoid 100% CPU load on ssl_tls_accept
Origin: https://github.com/neutrinolabs/xrdp/commit/a9eb21e6d73d94989dc0fa221824b0625b37b7aa.diff
Bug: https://github.com/neutrinolabs/xrdp/issues/954
-Bug-Debian: xxx
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884453
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
@@ -651,6 +651,15 @@ ssl_tls_accept(struct ssl_tls *self, lon
--
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