]> git.pld-linux.org Git - packages/belle-sip.git/commitdiff
upstream fix to a free-after-use bug
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 10 Jun 2014 09:19:16 +0000 (11:19 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 10 Jun 2014 09:20:52 +0000 (11:20 +0200)
Part of a fix for linphone call display name corruption.

belle-sip.spec

index f05f83536e0f1c3ee988ac9d9beae3278a8a63ae..c426ca10b05068be547712c435f1eacc7a563841 100644 (file)
@@ -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}
This page took 0.055696 seconds and 4 git commands to generate.