<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/j2k.c, branch version.1.5.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2014-03-18T14:19:21Z</updated>
<entry>
<title>[1.5] Check the number of tiles</title>
<updated>2014-03-18T14:19:21Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-18T14:19:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6e0162a8a67932e59489b6f6a3bec01d64d2db8b'/>
<id>urn:sha1:6e0162a8a67932e59489b6f6a3bec01d64d2db8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Import portion of patch from issue 297</title>
<updated>2014-03-18T12:47:45Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-18T12:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=69cd4f9211a33367e11563240ca1d5e095a804af'/>
<id>urn:sha1:69cd4f9211a33367e11563240ca1d5e095a804af</id>
<content type='text'>
Run test suite on new datasets
Update issue 297

</content>
</entry>
<entry>
<title>[1.5] Remove another set of simple warnings</title>
<updated>2014-03-17T16:11:48Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-17T16:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6fc2b568477386d8c7031e7e421750cf1444da2e'/>
<id>urn:sha1:6fc2b568477386d8c7031e7e421750cf1444da2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Remove addition from r1702 this introduced a regression as seen in issue 205</title>
<updated>2014-02-25T14:44:55Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-02-25T14:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b42f76cb7f1fefa77d2a38544f904259caf23f26'/>
<id>urn:sha1:b42f76cb7f1fefa77d2a38544f904259caf23f26</id>
<content type='text'>
Fixes issue 205

</content>
</entry>
<entry>
<title>[1.5] missing range check in j2k_read_coc et al.</title>
<updated>2012-10-02T07:17:09Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-02T07:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=46831582b28e10b0d99d107221212eff4e847078'/>
<id>urn:sha1:46831582b28e10b0d99d107221212eff4e847078</id>
<content type='text'>
Fixes issue 166

</content>
</entry>
<entry>
<title>[1.5] division by zero in j2k_read_siz</title>
<updated>2012-10-02T07:09:57Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-02T07:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e55d5e29e0017e55a07a6c8d562091e31697341c'/>
<id>urn:sha1:e55d5e29e0017e55a07a6c8d562091e31697341c</id>
<content type='text'>
Fixes issue 169

</content>
</entry>
<entry>
<title>[1.5] Fix Heap-based buffer-overflow when decoding openjpeg image</title>
<updated>2012-09-10T11:16:55Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T11:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4776f4847774ca346da4d07d13c193f910d5cdeb'/>
<id>urn:sha1:4776f4847774ca346da4d07d13c193f910d5cdeb</id>
<content type='text'>
Thanks to Huzaifa Sidhpurwala of Red Hat Security Response Team for dataset to reproduce the issue.
Fixes issue 170

</content>
</entry>
<entry>
<title>[1.5] Fix r1727 (Issue 156) to compile on compilers where false is not defined.</title>
<updated>2012-07-11T15:00:55Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-07-11T15:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6b5bbc2645961a1259bb84698f95af813011dcbb'/>
<id>urn:sha1:6b5bbc2645961a1259bb84698f95af813011dcbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] This fixes issues seen on PDF files</title>
<updated>2012-07-11T14:54:48Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-07-11T14:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8b5f815925b1776f1d21997f4aa3e139cae356ac'/>
<id>urn:sha1:8b5f815925b1776f1d21997f4aa3e139cae356ac</id>
<content type='text'>
Fixes issue 156

</content>
</entry>
<entry>
<title>[1.5] Fix heap buffer overflow</title>
<updated>2012-07-10T13:08:08Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-07-10T13:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=abce31e7066cf1181d7aae2c670016799bd0a9e9'/>
<id>urn:sha1:abce31e7066cf1181d7aae2c670016799bd0a9e9</id>
<content type='text'>
Enforce sanity checks on tile number and tile length, even when the (rather
broken) USE_JPWL code isn't enabled.


</content>
</entry>
</feed>
