[PR #571] [MERGED] Proposal fixing Extra bytes written when setting zip64 #1110

Open
opened 2026-01-29 22:19:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/571
Author: @Erior
Created: 2/14/2021
Status: Merged
Merged: 2/14/2021
Merged by: @adamhathcock

Base: masterHead: feature/540


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/SharpCompress/Writers/Zip/ZipWriter.cs (+3 -3)

📄 Description

Zip64 requires version 4.5
Number of disks is 4 bytes and not 8

#540


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/571 **Author:** [@Erior](https://github.com/Erior) **Created:** 2/14/2021 **Status:** ✅ Merged **Merged:** 2/14/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/540` --- ### 📝 Commits (1) - [`566c49c`](https://github.com/adamhathcock/sharpcompress/commit/566c49ce53dea080068df95f427b3df2d24d4880) Proposal ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Writers/Zip/ZipWriter.cs` (+3 -3) </details> ### 📄 Description Zip64 requires version 4.5 Number of disks is 4 bytes and not 8 #540 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1110