Skip to content

Fix: Check for null TheDownloadManager before using it - #62

Merged
x64-dev merged 1 commit into
mainfrom
seer/fix-null-download-manager
Oct 10, 2025
Merged

Fix: Check for null TheDownloadManager before using it#62
x64-dev merged 1 commit into
mainfrom
seer/fix-null-download-manager

Conversation

@seer-by-sentry

Copy link
Copy Markdown

Fixes CLIENT-ET. The issue was that: Unsynchronized global pointer cleanup races with worker thread HTTP progress callback, causing null pointer dereference.

The code now checks if TheDownloadManager is a valid pointer before attempting to use it. This prevents potential crashes or unexpected behavior if the download manager is not properly initialized or has been deallocated.

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 1895302

Not quite right? Click here to continue debugging with Seer.

@x64-dev
x64-dev marked this pull request as ready for review October 10, 2025 21:22
@x64-dev
x64-dev merged commit 645c887 into main Oct 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant