Bug#734238: marked as done (Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images)

2014-05-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 May 2014 22:53:52 + with message-id e1wiaim-0002oe...@franck.debian.org and subject line Bug#734238: fixed in openjpeg 1.3+dfsg-4+squeeze3 has caused the Debian Bug report #734238, regarding Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images

Bug#734238: marked as done (Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:39 + with message-id e1werxl-00052m...@franck.debian.org and subject line Bug#734238: fixed in openjpeg 1.3+dfsg-4.8 has caused the Debian Bug report #734238, regarding Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images to be marked

Bug#734238: Patch for CVE-2013-6045

2014-04-07 Thread Mathieu Malaterre
Here is the dpatch version (thanks to http://matrixhasu.altervista.org/?view=use_dpatch). Raphaël do you have the time to produce a 1.3+dfsg-4.8 ? Thanks, segfault1.dpatch Description: Binary data

Bug#734238: Patch for CVE-2013-6045

2014-04-07 Thread Raphael Geissert
Salut Mathieu, On 7 April 2014 10:16, Mathieu Malaterre ma...@debian.org wrote: Here is the dpatch version (thanks to http://matrixhasu.altervista.org/?view=use_dpatch). Raphaël do you have the time to produce a 1.3+dfsg-4.8 ? I can find some time to do it and release a revision to the DSA

Bug#734238:

2014-04-06 Thread Benjamin Gilbert
On 04/05/2014 09:05 AM, Mathieu Malaterre wrote: Here is the backported patch (attached). I have no clue on how to use dpatch to convert it. 20.jp2 does not segfault anymore, and p0_06.j2k does decode normally. With this patch added and segfault1.dpatch removed, OpenSlide successfully decodes

Bug#734238:

2014-04-05 Thread Mathieu Malaterre
Just for reference, I was given by geissert@d.o the input files to reproduce the segfault. segfaul1.dpatch work around issue as demonstrated in: https://openjpeg.googlecode.com/svn/data/input/nonregression/edf_c2_20.jp2 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with

Bug#734238:

2014-04-05 Thread Mathieu Malaterre
Control: tag -1 patch confirmed Here is the backported patch (attached). I have no clue on how to use dpatch to convert it. 20.jp2 does not segfault anymore, and p0_06.j2k does decode normally. --- libopenjpeg/tcd.c 2014-04-05 14:49:32.0 +0200 +++ ../../openjpeg-1.3+dfsg/libopenjpeg/tcd.c

Bug#734238:

2014-04-05 Thread Mathieu Malaterre
On Sat, Apr 5, 2014 at 3:05 PM, Mathieu Malaterre ma...@debian.org wrote: Control: tag -1 patch confirmed Here is the backported patch (attached). I have no clue on how to use dpatch to convert it. 20.jp2 does not segfault anymore, and p0_06.j2k does decode normally. Of course

Bug#734238:

2014-03-18 Thread Mathieu Malaterre
Control: tag -1 patch As per upstream commit, I think the gulty patch could be safely exchanged with: http://code.google.com/p/openjpeg/source/detail?r=2757# -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#734238: openjpeg: decoding of chroma-subsampled images

2014-01-08 Thread Antonin Descampe
Indeed p0_06.j2k is part of the conformance test suite and successful decoding of it is mandatory to stay compliant with standard. Cheers, Antonin -Original Message- From: mathieu.malate...@gmail.com [mailto:mathieu.malate...@gmail.com] On Behalf Of Mathieu Malaterre Sent: mardi 7

Bug#734238: openjpeg: decoding of chroma-subsampled images

2014-01-07 Thread Mathieu Malaterre
Antonin, As per: http://bugs.debian.org/734238#17 It seems the code in openjpeg assume that all components have at least the number of blocks of the first component, hence a patch has been applied as: http://patch-tracker.debian.org/patch/series/view/openjpeg/1.3+dfsg-4.7/segfault1.dpatch

Bug#734238: Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images

2014-01-06 Thread Raphael Geissert
Hi, For further reference, this is the change made with segfault1.dpatch I'm not sure how it is that openjpeg even works with that image, as there are some parts of the code that really assume that all components have at least the number of blocks of the first component. Possibly making it write

Bug#734238: Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images

2014-01-06 Thread Benjamin Gilbert
The slide file at [1] contains 4,569 chroma-subsampled J2K images, and the file at [2] contains 25,120. The below program will decode every image into memory via OpenSlide. It executes Valgrind-clean against both slides on 1.3+dfsg-4.6. The functionality does work, and people use it.