OpticFusion1/Kitsune

Improve check

github-actions opened this issue · 0 comments

Improve check

            return false;
        }
        byte[] bytes = IOUtils.toByteArray(zipFile.getInputStream(entry));
        // TODO: Improve check
        if (bytes != null && bytes.length >= 2) {
            char c = (char) bytes[0];
            char d = (char) bytes[1];

096f781a656cb2fb085940cd6581e7349e6fb990