[PR #59] [MERGED] Zip file entry load extra array overflow fix #818

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/59
Author: @KOLANICH
Created: 5/21/2015
Status: Merged
Merged: 5/22/2015
Merged by: @adamhathcock

Base: masterHead: ZipFileEntry-LoadExtra-ArrayOverflowFix


📝 Commits (2)

  • 7c70a7a Improved testability
  • 83eae05 Fixed oveflow Zip/Headers/ZipFileEntry.cs

📊 Changes

4 files changed (+21 additions, -21 deletions)

View changed files

📝 SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)
📝 SharpCompress.Test/TestBase.cs (+17 -17)
📝 SharpCompress/AssemblyInfo.cs (+2 -2)
📝 SharpCompress/Common/Zip/Headers/ZipFileEntry.cs (+1 -1)

📄 Description

Fixed running out of bounds of array. (Tests with zipx in it cause fail there).
P.S. merge #56 first


🔄 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/59 **Author:** [@KOLANICH](https://github.com/KOLANICH) **Created:** 5/21/2015 **Status:** ✅ Merged **Merged:** 5/22/2015 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `ZipFileEntry-LoadExtra-ArrayOverflowFix` --- ### 📝 Commits (2) - [`7c70a7a`](https://github.com/adamhathcock/sharpcompress/commit/7c70a7aafd81372f5c8a1c789141b7fede32d52a) Improved testability - [`83eae05`](https://github.com/adamhathcock/sharpcompress/commit/83eae05e0c891b4eebbc79695e6e7c8c82b36c55) Fixed oveflow Zip/Headers/ZipFileEntry.cs ### 📊 Changes **4 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) 📝 `SharpCompress.Test/TestBase.cs` (+17 -17) 📝 `SharpCompress/AssemblyInfo.cs` (+2 -2) 📝 `SharpCompress/Common/Zip/Headers/ZipFileEntry.cs` (+1 -1) </details> ### 📄 Description Fixed running out of bounds of array. (Tests with zipx in it cause fail there). P.S. merge #56 first --- <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:17:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#818