Open Issues Need Help
View All on GitHub Libraries • Compression Libraries
TU: Windows extract entry file with special char: not working about 2 months ago
AI Summary: The task is to debug a unit test (`TEST(ZipSlipTests, CorruptedFileExtraction)`) within a C++ zip library that fails when extracting a file with special characters on Windows. The issue lies in the `unzipper.extract` function's behavior on Windows, specifically with filenames containing characters like '*'. The solution likely involves investigating the Windows-specific file path handling within the library's extraction logic and potentially adjusting the test case to account for Windows' path conventions or escaping special characters.
Complexity:
4/5
help wanted
[Lib][Version 3.0.0][Functional] C++14 wrapper around minizip compression library
C++
#compression#compression-library#cpp#minizip#minizip-compression-library#zlib#zlib-ng