[PR #35] [MERGED] ISO9660: Skip interleaved files and other fixes #63

Open
opened 2026-01-29 21:16:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/35
Author: @Deterous
Created: 11/1/2025
Status: Merged
Merged: 11/2/2025
Merged by: @mnadareski

Base: mainHead: main


📝 Commits (6)

📊 Changes

2 files changed (+78 additions, -51 deletions)

View changed files

📝 SabreTools.Serialization/Readers/ISO9660.cs (+6 -4)
📝 SabreTools.Serialization/Wrappers/ISO9660.Extraction.cs (+72 -47)

📄 Description

  • Don't attempt to extract interleaved files
  • Fix directory key value in dictionary
  • Prevent overflow when seeking

🔄 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/SabreTools/SabreTools.Serialization/pull/35 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`96d28ad`](https://github.com/SabreTools/SabreTools.Serialization/commit/96d28ad2bf8e111429daaf1e191cd42ce82dd2f1) Skip interleaved files - [`137d973`](https://github.com/SabreTools/SabreTools.Serialization/commit/137d973ae6b5cc01b6df7a84207f87e714a4ca46) Fix warning logic - [`b7b90a5`](https://github.com/SabreTools/SabreTools.Serialization/commit/b7b90a5603c79b1afd6c1c4256a64fb899c4837e) Refactor - [`8ba79a7`](https://github.com/SabreTools/SabreTools.Serialization/commit/8ba79a79e6abdbe137fb7f7a5a997b896e125b4c) Fix extraction - [`a4f452a`](https://github.com/SabreTools/SabreTools.Serialization/commit/a4f452a109dfc28963680e111b8ede6798d998ab) Multi extent - [`be2c5c5`](https://github.com/SabreTools/SabreTools.Serialization/commit/be2c5c565f7a20f7ac60df01f163798e0c79bdbc) review ### 📊 Changes **2 files changed** (+78 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Serialization/Readers/ISO9660.cs` (+6 -4) 📝 `SabreTools.Serialization/Wrappers/ISO9660.Extraction.cs` (+72 -47) </details> ### 📄 Description - Don't attempt to extract interleaved files - Fix directory key value in dictionary - Prevent overflow when seeking --- <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 21:16:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#63