<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src, 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>Remove typos from comments and man pages</title>
<updated>2016-09-26T09:28:44Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2016-09-26T09:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1be0128fabd66139b3cbfa79cce4c1c28e35211f'/>
<id>urn:sha1:1be0128fabd66139b3cbfa79cce4c1c28e35211f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PNM file reading (#847)</title>
<updated>2016-09-22T06:16:36Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-21T22:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f053508f6fc26aa95839f747bc7cbf257bd43996'/>
<id>urn:sha1:f053508f6fc26aa95839f747bc7cbf257bd43996</id>
<content type='text'>
Malformed PNM file could cause a crash in opj_compress.
Checks were added to prevent this.

Fixes #843
Updates #440</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>Merge pull request #834 from trylab/issue833</title>
<updated>2016-09-20T17:04:49Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-09-20T16:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=04a00aab654cee283879d6f93d7d868b9645a0f0'/>
<id>urn:sha1:04a00aab654cee283879d6f93d7d868b9645a0f0</id>
<content type='text'>
Fix issue 833.</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>
</feed>
