[SCM] qtbase packaging branch, jessie, updated. debian/5.3.2+dfsg-4+deb8u1-2-gcce5993

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Nov 16 18:31:47 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=cce5993

The following commit has been merged in the jessie branch:
commit cce5993e958b094257a598df6202041030f3bba3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Nov 16 21:31:11 2015 +0300

    Backport upstream change to prevent bad dereferencing.
    
    Closes: #805265.
---
 debian/changelog                                     |  4 ++++
 debian/patches/networkconfig_prevent_bad_deref.patch | 15 +++++++++++++++
 debian/patches/series                                |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 112bb2f..1f2d997 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtbase-opensource-src (5.3.2+dfsg-4+deb8u2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Backport upstream change (networkconfig_prevent_bad_deref.patch) to
+    prevent bad-ptrs deref in QNetworkConfigurationManagerPrivate.
+    Closes: #805265.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 16 Nov 2015 21:22:34 +0300
 
diff --git a/debian/patches/networkconfig_prevent_bad_deref.patch b/debian/patches/networkconfig_prevent_bad_deref.patch
new file mode 100644
index 0000000..cd8be5f
--- /dev/null
+++ b/debian/patches/networkconfig_prevent_bad_deref.patch
@@ -0,0 +1,15 @@
+Description: prevent bad-ptrs deref in QNetworkConfigurationManagerPrivate
+Origin: upstream, http://code.qt.io/cgit/qt/qtbase.git/commit/?id=3f0f707d4b898a96
+Bug: https://bugs.debian.org/805265
+Last-Update: 2015-11-16
+
+--- a/src/network/bearer/qnetworkconfigmanager_p.cpp
++++ b/src/network/bearer/qnetworkconfigmanager_p.cpp
+@@ -83,6 +83,7 @@
+     QMutexLocker locker(&mutex);
+ 
+     qDeleteAll(sessionEngines);
++    sessionEngines.clear();
+     if (bearerThread)
+         bearerThread->quit();
+ }
diff --git a/debian/patches/series b/debian/patches/series
index a628eef..f56e691 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,6 +4,7 @@ mips_more_pre-mips32.diff
 gnukfreebsd.diff
 fix_bug_in_internal_comparison_operator.patch
 fix_imagehandlers_cves.diff
+networkconfig_prevent_bad_deref.patch
 
 # Patches that need to be upstreamed
 fix_sparc_atomics.patch

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list