[SCM] x42-plugins/master: Added patch to to fix assertion. (Closes: #792672)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 13:27:30 UTC 2015


The following commit has been merged in the master branch:
commit ff8a944a58f05b1310374735094cd29c3efa92f5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 14:59:42 2015 +0200

    Added patch to to fix assertion. (Closes: #792672)

diff --git a/debian/patches/0002-fix_assertion.patch b/debian/patches/0002-fix_assertion.patch
new file mode 100644
index 0000000..79f0bc9
--- /dev/null
+++ b/debian/patches/0002-fix_assertion.patch
@@ -0,0 +1,13 @@
+Index: x42-plugins/meters.lv2/gui/needle.c
+===================================================================
+--- x42-plugins.orig/meters.lv2/gui/needle.c
++++ x42-plugins/meters.lv2/gui/needle.c
+@@ -115,8 +115,6 @@ static void img2surf (struct MyGimpImage
+ 			const int xs = x * img->bytes_per_pixel;
+ 			const int xd = x * 4;
+ 
+-			assert (ys + xs < (img->width * img->height + img->bytes_per_pixel));
+-
+ 			if (img->bytes_per_pixel == 3) {
+ 			(*d)[y0 + xd + 3] = 0xff;
+ 			} else {

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list