Skip to content

realloc maybe too big (t2.c) #26

Closed
@gcode-importer

Description

Originally reported on Google Code with ID 26

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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions