opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well defined...
authorEven Rouault <even.rouault@spatialys.com>
Wed, 16 Aug 2017 16:29:59 +0000 (18:29 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Wed, 16 Aug 2017 16:29:59 +0000 (18:29 +0200)
commit8e6c371e66d9c579048fd336cc3365869486080a
tree56586d0b25b0d2d1b1f9488d32bdd45a867cf812
parent1e387de74273c4dac618df94475556541c1caf3e
opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well defined behaviour, and is properly handled here, but better avoid it to detect real issues)
src/lib/openjp2/t1.c