<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib, branch v2.1.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=v2.1.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=v2.1.2'/>
<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>Fix some issues reported by Coverity Scan (#846)</title>
<updated>2016-09-22T06:16:13Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-09-21T19:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7a5fb35b8d08686b57937d7584414c0594ef8b98'/>
<id>urn:sha1:7a5fb35b8d08686b57937d7584414c0594ef8b98</id>
<content type='text'>
* test_tile_decoder: Fix potential buffer overflow (coverity)

CID 1190155 (#1 of 1): Unbounded source buffer (STRING_SIZE)

Using a pointer instead of buffer of fixed size avoids the limit
for the length of the input file name.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* test_tile_encoder: Fix potential buffer overflow (coverity)

CID 1190154 (#1 of 1): Unbounded source buffer (STRING_SIZE)

Using a pointer instead of buffer of fixed size avoids the limit
for the length of the output file name. This implies that the length
can exceed 255, so the data type for variable len had to be fixed, too.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* openjpip: Initialize data before returning it

This fixes an error reported by Coverity:

CID 1190143 (#1 of 1): Uninitialized scalar variable (UNINIT)

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix potential out-of-bounds read (coverity)  (#844)</title>
<updated>2016-09-21T12:11:35Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-09-21T11:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=39f9934a70f5f01ddb7adc70801e981efb146f05'/>
<id>urn:sha1:39f9934a70f5f01ddb7adc70801e981efb146f05</id>
<content type='text'>
* query_parser: Fix potential out-of-bounds read (coverity)

CID 1190207 (#1 of 1): Out-of-bounds read (OVERRUN)

Variable i must be checked before testing query_param.box_type.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* jpip_parser: Fix potential out-of-bounds read (coverity)

CID 1190206 (#1 of 1): Out-of-bounds read (OVERRUN)

Variable i must be checked before testing query_param.box_type.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</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>
</feed>
