summaryrefslogtreecommitdiffstats
path: root/system/gnomint/patches/02_682432.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-09-12 20:31:23 +0200
committer Matteo Bernardini2020-09-12 20:31:23 +0200
commitb38ad4464a26bbe8c11a8ec3d2a44467a9f80c19 (patch)
tree79336dddbe92db427d5b2b9fd50541954114ff5c /system/gnomint/patches/02_682432.patch
parentb2643f7815ef7bbf399288ba0e383b0f293ce05e (diff)
downloadslackbuilds-current-20200912.1.tar.gz
20200912.1 global branch merge.current-20200912.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnomint/patches/02_682432.patch')
-rw-r--r--system/gnomint/patches/02_682432.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/gnomint/patches/02_682432.patch b/system/gnomint/patches/02_682432.patch
new file mode 100644
index 0000000000..96905965a9
--- /dev/null
+++ b/system/gnomint/patches/02_682432.patch
@@ -0,0 +1,16 @@
+Description: Fix double free in tls_creation_data_free.
+Author: Sebastian Ramacher <s.ramacher@gmx.at>
+Bug-Debian: http://bugs.debian.org/682432
+Last-Update: 2012-08-04
+
+--- gnomint-1.3.0.orig/src/tls.c
++++ gnomint-1.3.0/src/tls.c
+@@ -1665,8 +1665,6 @@
+ g_free (cd->emailAddress);
+ if (cd->password)
+ g_free (cd->password);
+- if (cd->crl_distribution_point)
+- g_free (cd->crl_distribution_point);
+ if (cd->parent_ca_id_str)
+ g_free (cd->parent_ca_id_str);
+ if (cd->crl_distribution_point)