Skip to content

fix: prevent crash in prune command after loop exit#1229

Merged
ComixHe merged 1 commit into
OpenAtom-Linyaps:masterfrom
ice909:master
Jun 18, 2025
Merged

fix: prevent crash in prune command after loop exit#1229
ComixHe merged 1 commit into
OpenAtom-Linyaps:masterfrom
ice909:master

Conversation

@ice909

@ice909 ice909 commented Jun 18, 2025

Copy link
Copy Markdown
Collaborator

Added missing return statements after loop.exit() calls in the prune command
to prevent function execution from continuing after exit is called. This fixes a crash that occurred when the function continued executing code after
requesting the event loop to exit, potentially accessing invalid memory.

@ice909 ice909 requested a review from ComixHe June 18, 2025 03:24
Added missing return statements after loop.exit() calls in the prune
command
to prevent function execution from continuing after exit is called. This
fixes a crash that occurred when the function continued executing code
after
requesting the event loop to exit, potentially accessing invalid memory.
@ComixHe ComixHe merged commit e29efbe into OpenAtom-Linyaps:master Jun 18, 2025
5 of 13 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.

2 participants