[SCM] serd/master: Delete 0001-write_text_escape_buf_overflow.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 4 21:53:12 UTC 2011


The following commit has been merged in the master branch:
commit 5ed0e00a5e5b8c995ce8d562baefe02e804cd135
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 4 23:52:52 2011 +0200

    Delete 0001-write_text_escape_buf_overflow.patch, applied upstream.

diff --git a/debian/patches/0001-write_text_escape_buf_overflow.patch b/debian/patches/0001-write_text_escape_buf_overflow.patch
deleted file mode 100644
index 18e2f93..0000000
--- a/debian/patches/0001-write_text_escape_buf_overflow.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix snprintf overflow.
-From: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624775
-Forwarded: yes
----
- src/writer.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- serd.orig/src/writer.c
-+++ serd/src/writer.c
-@@ -64,7 +64,7 @@ static bool
- write_text(SerdWriter* writer, TextContext ctx,
-            const uint8_t* utf8, size_t n_bytes, uint8_t terminator)
- {
--	char escape[10] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
-+	char escape[15] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
- 	for (size_t i = 0; i < n_bytes;) {
- 		uint8_t in = utf8[i++];
- 		switch (in) {
diff --git a/debian/patches/series b/debian/patches/series
index 1ca5cf8..e61b9ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-write_text_escape_buf_overflow.patch
 1001-dont_run_ldconfig.patch

-- 
serd packaging



More information about the pkg-multimedia-commits mailing list