openjpeg/src/lib
Stefan Weil 8715ce2749 Fix some issues reported by Coverity Scan (#846)
* 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 <sw@weilnetz.de>

* 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 <sw@weilnetz.de>

* 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 <sw@weilnetz.de>
2016-09-21 21:15:25 +02:00
..
openjp2 Disable automatic compilation of t1_generate_luts 2016-09-20 18:48:06 +02:00
openjp3d Update tcd.c (#790) 2016-06-21 22:13:57 +02:00
openjpip Fix some issues reported by Coverity Scan (#846) 2016-09-21 21:15:25 +02:00
openjpwl Fix dependency for pkg-config (issue #594) (#795) 2016-07-12 00:45:51 +02:00
openmj2 Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
CMakeLists.txt [trunk] FolderReorgProposal task: refactor MJ2 2012-09-28 08:51:14 +00:00