[packages/belle-sip] upstream fix to a free-after-use bug

jajcus jajcus at pld-linux.org
Tue Jun 10 11:21:26 CEST 2014


commit a46e337ad6875a132bdc8ec4fa20fdbc4d7de757
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jun 10 11:19:16 2014 +0200

    upstream fix to a free-after-use bug
    
    Part of a fix for linphone call display name corruption.

 belle-sip.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/belle-sip.spec b/belle-sip.spec
index f05f835..c426ca1 100644
--- a/belle-sip.spec
+++ b/belle-sip.spec
@@ -13,6 +13,7 @@ Group:		Libraries
 Source0:	http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/%{name}-%{version}.tar.gz
 # Source0-md5:	ae9e8be12f62552a5376edd66b0265d9
 Patch0:		antlr_jar.patch
+Patch1:		use_after_free.patch
 URL:		http://www.linphone.org/
 %{?with_tests:BuildRequires:	CUnit >= 2.0}
 BuildRequires:	autoconf >= 2.63
@@ -61,6 +62,7 @@ Statyczna biblioteka %{name}.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/belle-sip.git/commitdiff/19c89fb2f21bf08d2a2af4ca2649e8c6d04dba6f



More information about the pld-cvs-commit mailing list