mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #172] [MERGED] Make sure all accesses to URLSessionTask.currentRequest are crash safe #175
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/ProxymanApp/atlantis/pull/172
Author: @arrizer
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/16/2025
Merged by: @NghiaTranUIT
Base:
main← Head:fix/crash-avaggregateassetdownloadtask📝 Commits (1)
72a36aeMake sure all accesses toURLSessionTask.currentRequestare crash safe📊 Changes
3 files changed (+23 additions, -16 deletions)
View changed files
📝
Sources/Atlantis.swift(+1 -1)📝
Sources/Packages.swift(+2 -15)➕
Sources/URLSessionTask+CurrentRequest.swift(+20 -0)📄 Description
This was already fixed in https://github.com/ProxymanApp/atlantis/pull/151 but unfortunately reintroduced by another call to
.currentRequestingithub.com/ProxymanApp/atlantis@b9542919aeThis PR adds a new extension to move the access check to a shared location
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.