[SCM] karchive packaging branch, master, updated. debian/5.28.0-1-5-g772e19f

Maximiliano Curia maxy at moszumanska.debian.org
Wed Mar 29 13:16:34 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/karchive.git;a=commitdiff;h=3ce2b34

The following commit has been merged in the master branch:
commit 3ce2b3466542418fc93032aacb7a982b91fbc8e9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Mar 29 14:58:31 2017 +0200

    Backport upstream patch: Fix-Potential-leak-of-memory-pointed-to-by-limitedDev.patch
---
 ...ial-leak-of-memory-pointed-to-by-limitedDev.patch | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/Fix-Potential-leak-of-memory-pointed-to-by-limitedDev.patch b/debian/patches/Fix-Potential-leak-of-memory-pointed-to-by-limitedDev.patch
new file mode 100644
index 0000000..6da0c66
--- /dev/null
+++ b/debian/patches/Fix-Potential-leak-of-memory-pointed-to-by-limitedDev.patch
@@ -0,0 +1,20 @@
+From: Leslie Zhai <xiangzhai83 at gmail.com>
+Date: Wed, 1 Mar 2017 16:42:30 +0800
+Subject: Fix Potential leak of memory pointed to by 'limitedDev'.
+
+REVIEW: 129976
+---
+ src/kzip.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/kzip.cpp b/src/kzip.cpp
+index 94d4276..d7216c1 100644
+--- a/src/kzip.cpp
++++ b/src/kzip.cpp
+@@ -1423,5 +1423,6 @@ QIODevice *KZipFileEntry::createDevice() const
+     qCritical() << "This zip file contains files compressed with method"
+                 << encoding() << ", this method is currently not supported by KZip,"
+                 << "please use a command-line tool to handle this file.";
++    delete limitedDev;
+     return 0;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 1a6e341..7ac5f14 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 Fix-KCompressionDevice-to-work-with-Qt-5.7.patch
 Fix-my-fix-for-KCompressionDevice-seek.patch
+Fix-Potential-leak-of-memory-pointed-to-by-limitedDev.patch

-- 
karchive packaging



More information about the pkg-kde-commits mailing list