ZipFile: Added an assertion to catch a write past end of buffer
ZipFile_BufferLump() is not checking the size of the user-provided buffer.Added a bufferSize argument.
View differences
ZipFile: Added an assertion to catch a write past end of buffer
ZipFile_BufferLump() is not checking the size of the user-provided buffer.
Added a bufferSize argument.