<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2, branch openjpeg-2.1</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=openjpeg-2.1</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=openjpeg-2.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-09-26T10:02:22Z</updated>
<entry>
<title>OPENJPEG_NAMESPACE is configurable by user</title>
<updated>2016-09-26T10:02:22Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2016-09-26T10:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ac927f2eee0e27a61f1d8f9754bdc05f30a43e12'/>
<id>urn:sha1:ac927f2eee0e27a61f1d8f9754bdc05f30a43e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable automatic compilation of t1_generate_luts</title>
<updated>2016-09-20T16:51:35Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-09-20T16:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b7d73d7b257ceecc63f7c2a9a6bbd35968a79e2a'/>
<id>urn:sha1:b7d73d7b257ceecc63f7c2a9a6bbd35968a79e2a</id>
<content type='text'>
Fix #831
</content>
</entry>
<entry>
<title>Fix warnings from recent overflow checks</title>
<updated>2016-09-16T15:48:20Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-09-16T15:48:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=25966346f76e1e27adf35a7180cddf311a3c9788'/>
<id>urn:sha1:25966346f76e1e27adf35a7180cddf311a3c9788</id>
<content type='text'>
see #832
</content>
</entry>
<entry>
<title>Add overflow checks for opj_aligned_malloc</title>
<updated>2016-09-13T19:05:30Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-12T18:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=43557dcd3bac636283f5205089fe767eae207fb0'/>
<id>urn:sha1:43557dcd3bac636283f5205089fe767eae207fb0</id>
<content type='text'>
See
https://pdfium.googlesource.com/pdfium/+/b20ab6c7acb3be1393461eb650ca8fa
4660c937e/third_party/libopenjpeg20/0020-opj_aligned_malloc.patch
</content>
</entry>
<entry>
<title>Fix coverity 113065 (CWE-484) (#824)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-08T20:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ee458b5fd0d29d926e01796deed984fce809e549'/>
<id>urn:sha1:ee458b5fd0d29d926e01796deed984fce809e549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast to size_t before multiplication</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-08T05:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bf845a3892a6701a3766ea6478abc9cf560362ef'/>
<id>urn:sha1:bf845a3892a6701a3766ea6478abc9cf560362ef</id>
<content type='text'>
Need to cast to size_t before multiplication otherwise overflow check is useless.
</content>
</entry>
<entry>
<title>Add sanity check for tile coordinates (#823)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-07T22:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b75acb3bb9e0fdf0f167f0a3331470c0a6e5ff3e'/>
<id>urn:sha1:b75acb3bb9e0fdf0f167f0a3331470c0a6e5ff3e</id>
<content type='text'>
Coordinates are casted from OPJ_UINT32 to OPJ_INT32
Add sanity check for negative values and upper bound becoming lower
than lower bound.
See also
https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9
</content>
</entry>
<entry>
<title>fix incrementing of "l_tcp-&gt;m_nb_mcc_records" in opj_j2k_read_mcc (#820)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-06T20:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=53b4bf29ca6c42fdd21c736c5a36074d407d6279'/>
<id>urn:sha1:53b4bf29ca6c42fdd21c736c5a36074d407d6279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an integer overflow issue (#809)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>trylab</name>
<email>trylab@users.noreply.github.com</email>
</author>
<published>2016-09-06T05:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5196bda0b99b5daca18a2c12a83dea047e062fc4'/>
<id>urn:sha1:5196bda0b99b5daca18a2c12a83dea047e062fc4</id>
<content type='text'>
Prevent an integer overflow issue in function opj_pi_create_decode of
pi.c.
</content>
</entry>
<entry>
<title>Add overflow check in opj_tcd_init_tile (#819)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-06T05:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3547402709f1acf2c20a4e818f7aa6dac6bae471'/>
<id>urn:sha1:3547402709f1acf2c20a4e818f7aa6dac6bae471</id>
<content type='text'>
</content>
</entry>
</feed>
