[PR #15568] [MERGED] Fix ResolveLinkTarget crashing on exFAT drives #14347

Closed
opened 2026-02-07 07:28:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15568
Author: @theguymadmax
Created: 11/19/2025
Status: Merged
Merged: 11/22/2025
Merged by: @crobibero

Base: release-10.11.zHead: fix-exfat-filesystem


📝 Commits (2)

  • be84139 Fix ResolveLinkTarget crashing on exFAT drives
  • 70eda74 Apply review suggestions

📊 Changes

1 file changed (+34 additions, -8 deletions)

View changed files

📝 MediaBrowser.Controller/IO/FileSystemHelper.cs (+34 -8)

📄 Description

Changes
Wrap File.ResolveLinkTarget() calls in try-catch to handle exceptions on exFAT drives.

Issues
Fixes: #15562


🔄 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/jellyfin/jellyfin/pull/15568 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `fix-exfat-filesystem` --- ### 📝 Commits (2) - [`be84139`](https://github.com/jellyfin/jellyfin/commit/be84139967c948d38f16451fe027f85b3877afdb) Fix ResolveLinkTarget crashing on exFAT drives - [`70eda74`](https://github.com/jellyfin/jellyfin/commit/70eda743f68e906bc58c339e914907e73f598ccc) Apply review suggestions ### 📊 Changes **1 file changed** (+34 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/IO/FileSystemHelper.cs` (+34 -8) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Wrap `File.ResolveLinkTarget()` calls in try-catch to handle exceptions on exFAT drives. **Issues** Fixes: #15562 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:28:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14347