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
Hi,
When I am using your library in my project and I received some security flaws
in Veracode scan report related to error handling.
Class Name: zip.c
Line Number: 777
Code: zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader);
Here we are allocating object and used it without checking whether memory is
properly allocated or not.
Please suggest me the proper solution of the issue.
Thanks in advance.
Original issue reported on code.google.com by [email protected] on 7 Apr 2015 at 12:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Apr 2015 at 12:11The text was updated successfully, but these errors were encountered: