-
Hi team,
It seems to me I've found a serious bug. I checked that if I zip a directory with subdirectories on Windows using the package, then unzip it using the package under Linux, it extracts all …
-
I have come across some software that generates a zip file which does not include a trailing "\" or "/" on the filename of a directory. Instead they update the "External File Attributes" (which seems…
-
Hi,
I'm seeing strange CRC errors when unpacking using your library. A file which should have a CRC32 value of 58810710 gets unpacked to b30ec35d. The file size is also different to what it should be…
-
Original reporter: `martinos`
Affected version: `OTP-19.0`
Fixed in version: `OTP-19.3`
Component: `stdlib`
Migrated from: https://bugs.erlang.org/browse/ERL-348
---
```
When I try to unzip the fil…
-
DFU Bootloader version:
- SDK version: 17
- Bonding used: no
- Library version: 4.9.0
Device information:
- Device: iPhone 7 Plus
- OS: iOS 14.4
```swift
@IBAction func selectFirm…
-
I encountered that the command `bsdtar` from the package `libarchive` (under Arch Linux, at least) does throw away executable bits of files in `.zip`-archives when reading from `stdin`, but not when d…
-
I encountered a build failure for the shared library on macOS Big Sur 11.2.3. CMake was invoked as
```
==> cmake . -DIconv_IS_BUILT_IN=on -DMZ_FETCH_LIBS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS_R…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **premake/5.0.0-alpha14**
* Operating System+version: **Windows 10 **
* Compiler+version: …
-
I'm trying to compile on macOS 10.14.6 and I'm running into an issue:
```eisnerguy1s-MacBook-Pro-7:source eisnerguy1$ cd /Users/eisnerguy1/Applications/Blizzard/Diablo/devilutionX/Hellfire/source/d…
-
The ZIP standard says to use `/` and not to use `\`:
- https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
> 4.4.17.1 The name of the file, with optional relative path.
> …