In `TEST(ZipSlipTests, CorruptedFileExtraction)` in `ASSERT_EQ(entries[0].name, "corr*.txt");` the `unzipper.extract` does not work for Windows. Why ?
In
TEST(ZipSlipTests, CorruptedFileExtraction)inASSERT_EQ(entries[0].name, "corr*.txt");theunzipper.extractdoes not work for Windows. Why ?