mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #59] [MERGED] Zip file entry load extra array overflow fix #818
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ZipFileEntry-LoadExtra-ArrayOverflowFix📝 Commits (2)
7c70a7aImproved testability83eae05Fixed 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.