[PR #567] [MERGED] Zip64 Header and Size fix #1098

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/567
Author: @Nanook
Created: 2/11/2021
Status: Merged
Merged: 2/13/2021
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • c06f4bc Zip64 Header and Size fix

📊 Changes

1 file changed (+11 additions, -46 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs (+11 -46)

📄 Description

Fix for Issue #566 - Zip64 - 0 Size on Entry > 4GiB

This is my first PR. If I've done anything incorrectly please point it out and I'll take it on board.

I've tested this on many archives.


🔄 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/567 **Author:** [@Nanook](https://github.com/Nanook) **Created:** 2/11/2021 **Status:** ✅ Merged **Merged:** 2/13/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c06f4bc`](https://github.com/adamhathcock/sharpcompress/commit/c06f4bc5a84a8a2c1b040a38c4d07deedf95d162) Zip64 Header and Size fix ### 📊 Changes **1 file changed** (+11 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs` (+11 -46) </details> ### 📄 Description Fix for Issue #566 - Zip64 - 0 Size on Entry > 4GiB This is my first PR. If I've done anything incorrectly please point it out and I'll take it on board. I've tested this on many archives. --- <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:18:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1098