You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
t2.c
line 568 :
cblk->data = (unsigned char*) opj_realloc(cblk->data, (cblk->len + seg-
>newlen) * sizeof(unsigned char*)); // <-- I believe this was meant to be
sizeof(unsigned char)
Reported by anton.lionel on 2010-05-05 14:28:19
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 26
Reported by
anton.lionel
on 2010-05-05 14:28:19The text was updated successfully, but these errors were encountered: