Open GoogleCodeExporter opened 9 years ago
I suspect issue comes from r2266. Indeed code read as:
if (l_current_data + l_seg->newlen > p_src_data + p_max_length) {
return OPJ_FALSE;
}
[...]
if ((l_cblk->data_current_size + l_seg->newlen) > l_cblk->data_max_size) {
OPJ_BYTE* new_cblk_data = (OPJ_BYTE*) opj_realloc(l_cblk->data, l_cblk->data_current_size + l_seg->newlen);
Original comment by mathieu.malaterre
on 12 Mar 2014 at 3:41
Original comment by mathieu.malaterre
on 14 Mar 2014 at 2:04
Original issue reported on code.google.com by
mathieu.malaterre
on 12 Mar 2014 at 3:40Attachments: