[Pkg-phototools-commits] [SCM] openjpeg packaging branch, master, updated. 1.3+dfsg-4-44-g2176bf3

David Paleino dapal at debian.org
Sat Mar 10 21:14:30 UTC 2012


The following commit has been merged in the master branch:
commit 2176bf30bd505183dc0100268ae54f9f6a149a47
Author: David Paleino <dapal at debian.org>
Date:   Sat Mar 10 22:13:43 2012 +0100

    Drop 03-fix_potential_crash_patch_in_opj_destroy.patch, thanks to Yauhen Kharuzhy!
    
     <jekhor> dapal, 03-fix_potential_crash_patch_in_opj_destroy.patch is useless
              now, because opj_image_t *image is allocated with calloc, which set
              memory to all zeroes.

diff --git a/debian/patches/03-fix_potential_crash_patch_in_opj_destroy.patch b/debian/patches/03-fix_potential_crash_patch_in_opj_destroy.patch
deleted file mode 100644
index 5d43336..0000000
--- a/debian/patches/03-fix_potential_crash_patch_in_opj_destroy.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Robin Cornelius <robin.cornelius at gmail.com>
-Subject: ix a crash path in openjpeg where image->comps is wild and gets used in opj_destroy()
-Forwarded: no
-
----
- libopenjpeg/image.c |    1 +
- 1 file changed, 1 insertion(+)
-
---- openjpeg.orig/libopenjpeg/image.c
-+++ openjpeg/libopenjpeg/image.c
-@@ -28,6 +28,7 @@
- 
- opj_image_t* opj_image_create0(void) {
- 	opj_image_t *image = (opj_image_t*)opj_calloc(1, sizeof(opj_image_t));
-+	image->comps = NULL;
- 	return image;
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index aa526ec..6139c70 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 #00-fix_build_for_debian.patch
-03-fix_potential_crash_patch_in_opj_destroy.patch

-- 
openjpeg packaging



More information about the Pkg-phototools-commits mailing list