Check mismatch in filename lengths

This commit is contained in:
atxr 2024-02-22 11:54:16 +01:00
parent e3147c10c7
commit 3122c5b76f
2 changed files with 27 additions and 17 deletions

View file

@ -6,7 +6,6 @@
#include "libmineziper_huffman_tree.h"
#include "libmineziper_zip.h"
bool detect_overlaps(char* filename);
int get_uncompressed_size(zip* in);
bool scan_zip(char* zip_data, int zip_size);