[PR #303] [MERGED] Fix for issue #227 - Opening 7zip archive with invalid win32 date #957

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/303
Author: @Thritton
Created: 9/19/2017
Status: Merged
Merged: 9/19/2017
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (3)

  • 336c3b0 Update ArchiveReader.cs
  • 82d2aa1 Merge pull request #1 from Thritton/Issue-#227-Invalid-time
  • 9c9f88f Merge branch 'master' into master

📊 Changes

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

View changed files

📝 src/SharpCompress/Common/SevenZip/ArchiveReader.cs (+2 -2)

📄 Description

Fix for issue #227 - Opening 7zip archive with invalid win32 date
Added check if argument is in range in method TranslateTime(long? time)


🔄 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/303 **Author:** [@Thritton](https://github.com/Thritton) **Created:** 9/19/2017 **Status:** ✅ Merged **Merged:** 9/19/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`336c3b0`](https://github.com/adamhathcock/sharpcompress/commit/336c3b0e51faf05031b983b1622cb9f20c890a64) Update ArchiveReader.cs - [`82d2aa1`](https://github.com/adamhathcock/sharpcompress/commit/82d2aa11750a500855fe1ba735e5a82ddf3ef3f1) Merge pull request #1 from Thritton/Issue-#227-Invalid-time - [`9c9f88f`](https://github.com/adamhathcock/sharpcompress/commit/9c9f88f050178bdb518215cbff063b4ad59a018c) Merge branch 'master' into master ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/SevenZip/ArchiveReader.cs` (+2 -2) </details> ### 📄 Description Fix for issue #227 - Opening 7zip archive with invalid win32 date Added check if argument is in range in method TranslateTime(long? time) --- <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:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#957