[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][debian/master] 2 commits: d/patches: fix double free

Evangelos Ribeiro Tzaras gitlab at salsa.debian.org
Tue Feb 16 02:45:08 GMT 2021



Evangelos Ribeiro Tzaras pushed to branch debian/master at Debian On Mobile / gnome-calls


Commits:
e1abd075 by Evangelos Ribeiro Tzaras at 2021-02-16T03:34:16+01:00
d/patches: fix double free

- - - - -
be29e73b by Evangelos Ribeiro Tzaras at 2021-02-16T03:36:17+01:00
Document and release 0.3.0-2

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-application-Fix-double-free.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gnome-calls (0.3.0-2) experimental; urgency=medium
+
+  * d/patches: fix double free
+
+ -- Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>  Tue, 16 Feb 2021 03:35:42 +0100
+
 gnome-calls (0.3.0-1) experimental; urgency=medium
 
   * d/gbp.conf: Use default upstream tag format


=====================================
debian/patches/0001-application-Fix-double-free.patch
=====================================
@@ -0,0 +1,27 @@
+From d75a08b9b7e45d22b75772848d83a9ef8ee9e5fe Mon Sep 17 00:00:00 2001
+From: Evangelos Ribeiro Tzaras <evangelos.tzaras at puri.sm>
+Date: Tue, 16 Feb 2021 02:59:24 +0100
+Subject: [PATCH] application: Fix double free
+
+The double free was introduced in 46e4422.
+This fixes #225
+---
+ src/calls-application.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/calls-application.c b/src/calls-application.c
+index 05eaef5..f8cfdf7 100644
+--- a/src/calls-application.c
++++ b/src/calls-application.c
+@@ -188,8 +188,6 @@ check_dial_number (const gchar *number)
+ 
+   matches = g_regex_match (reject, number, 0, NULL);
+ 
+-  g_regex_unref (reject);
+-
+   return !matches;
+ }
+ 
+-- 
+2.30.0
+


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-application-Fix-double-free.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/51de6a72b8b78215e6c8c1205e20a4aa44ce8bd5...be29e73bf55debcfeb4f5a5fb49290e0f26dccc3

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/51de6a72b8b78215e6c8c1205e20a4aa44ce8bd5...be29e73bf55debcfeb4f5a5fb49290e0f26dccc3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210216/c71bf97e/attachment-0001.html>


More information about the Debian-on-mobile-maintainers mailing list