| Age | Commit message (Collapse) | Author |
|
See
https://pdfium.googlesource.com/pdfium/+/b20ab6c7acb3be1393461eb650ca8fa4660c937e/third_party/libopenjpeg20/0020-opj_aligned_malloc.patch
|
|
Need to cast to size_t before multiplication otherwise overflow check is useless.
|
|
Prevent an integer overflow issue in function opj_pi_create_decode of
pi.c.
|
|
* Fix unsigned int overflow reported by UBSan
Please add -DOPJ_UBSAN_BUILD to CFLAGS when building with
-fsanitize=undefined,unsigned-integer-overflow
It seems clang/gcc do not allow to disable checking for block of code
other than function or file.
|
|
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
|
Update #442
|
|
Still needs to check j2k.c & jp2.c
Update uclouvain/openjpeg#243
|
|
Thanks mdarbois
|
|
Update issue 431
|
|
|
|
|
|
|
|
|
|
each file; updated AUTHORS, NEWS
|
|
|
|
Update issue 256
|
|
|
|
|
|
|
|
|
|
|
|
Convert DOS files to UNIX eol
|
|
|
|
|
|
|
|
|
|
prefix
|
|
new opj_types.
|
|
indentation
|
|
opj_pi_initialise_encode; pi_create_encode_v2 to opj_pi_create_decode; pi_destroy_v2 to opj_pi_destroy; pi_create_decode_v2 to opj_pi_create_decode
|
|
type to be more convenient
|
|
|
|
|
|
|
|
Update issue 177
|