We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ssh:daemon_replace_options/2 can crash if the daemon no longer exists.
To Reproduce
ssh:daemon_replace_options(self(), []).
Expected behavior A crash should not happen but instead an error should be returned.
Affected versions OTP-25, OTP-26, OTP-27 and OTP-28-RC1
The text was updated successfully, but these errors were encountered:
ssh: Fix badmatch in ssh:daemon_replace_options/2
6c19de2
Return error instead of having a badmatch inside the function implementation. Fixes erlang#9544
u3s
No branches or pull requests
Describe the bug
ssh:daemon_replace_options/2 can crash if the daemon no longer exists.
To Reproduce
Expected behavior
A crash should not happen but instead an error should be returned.
Affected versions
OTP-25, OTP-26, OTP-27 and OTP-28-RC1
The text was updated successfully, but these errors were encountered: