mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 05:27:04 +00:00
[PR #188] [MERGED] Fix null password on ReaderFactory. Fix null options on SevenZipArchive #887
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/188
Author: @adamhathcock
Created: 10/3/2016
Status: ✅ Merged
Merged: 10/3/2016
Merged by: @adamhathcock
Base:
master← Head:fix_nulls📝 Commits (2)
f26ba91Fix null password on ReaderFactory. Fix null options on SevenZipArchived7e29f7Fix occasionally failing test📊 Changes
5 files changed (+10 additions, -6 deletions)
View changed files
📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+2 -2)📝
src/SharpCompress/Common/Volume.cs(+2 -2)📝
src/SharpCompress/Readers/AbstractReader.cs(+1 -1)📝
src/SharpCompress/Readers/ReaderFactory.cs(+1 -1)📝
test/SharpCompress.Test/Zip/ZipReaderTests.cs(+4 -0)📄 Description
Fix for https://github.com/adamhathcock/sharpcompress/issues/187
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.