[Pkg-voip-commits] r10531 - in /spandsp/trunk/debian: changelog patches/format.patch patches/series
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Sat Aug 9 13:08:48 UTC 2014
Author: tzafrir
Date: Sat Aug 9 13:08:48 2014
New Revision: 10531
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10531
Log:
format.patch: a minor format string issue.
Added:
spandsp/trunk/debian/patches/format.patch
Modified:
spandsp/trunk/debian/changelog
spandsp/trunk/debian/patches/series
Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=10531&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Sat Aug 9 13:08:48 2014
@@ -5,6 +5,7 @@
upstream, they're not really used.
- Patch array_warning removed: didn't make much sense.
* fix-ftbfs-parallel.patch merged into patch serial-tests.
+ * format.patch: a minor format string issue.
-- Tzafrir Cohen <tzafrir at debian.org> Fri, 25 Jul 2014 11:29:20 +0300
Added: spandsp/trunk/debian/patches/format.patch
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/patches/format.patch?rev=10531&op=file
==============================================================================
--- spandsp/trunk/debian/patches/format.patch (added)
+++ spandsp/trunk/debian/patches/format.patch Sat Aug 9 13:08:48 2014
@@ -0,0 +1,14 @@
+From: Tzafrir Cohen <tzafrir at debian.org>
+Subject: Fix a potential format string issue
+
+--- a/tests/echo_tests.c
++++ b/tests/echo_tests.c
+@@ -621,7 +621,7 @@ static void run_test(echo_can_state_t *c
+ static void print_test_title(const char *title)
+ {
+ if (quiet == FALSE)
+- printf(title);
++ printf("s", title);
+ }
+ /*- End of function --------------------------------------------------------*/
+
Modified: spandsp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/patches/series?rev=10531&op=diff
==============================================================================
--- spandsp/trunk/debian/patches/series (original)
+++ spandsp/trunk/debian/patches/series Sat Aug 9 13:08:48 2014
@@ -1,2 +1,3 @@
serial-tests
fix-ftbfs-on-powerpcspe.patch
+format.patch
More information about the Pkg-voip-commits
mailing list