Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl: set term to None when stopped #35

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

leandrolanzieri
Copy link
Collaborator

When stop_term is called, term is not set to None. This breaks the check of check_term, as it tries to continue on using the file descriptor which is no longer valid.

@leandrolanzieri leandrolanzieri added the bug Something isn't working label Jul 3, 2024
@MrKevinWeiss
Copy link
Contributor

rebased lets see. I saw this problem when used as an external type tool.

Copy link
Contributor

@MrKevinWeiss MrKevinWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK Seems OK (if CI is happy)

@MrKevinWeiss MrKevinWeiss merged commit 0d99367 into RIOT-OS:master Jul 23, 2024
3 checks passed
@leandrolanzieri leandrolanzieri deleted the pr/ctrl/fix_stop_term branch July 23, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants