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
erl.exe -noshell -eval erlang:get_cookie() -s init stop -name undefined crashes when HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\SearchList contains zero-length data (without null-termination)
erl.exe -noshell -eval erlang:get_cookie() -s init stop -name undefined
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\SearchList
To Reproduce
Expected behavior Success.
Affected versions 26.2.5
The text was updated successfully, but these errors were encountered:
Thanks for your report, this is fixed on the OTP 27 track. :-)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
erl.exe -noshell -eval erlang:get_cookie() -s init stop -name undefined
crashes whenHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\SearchList
contains zero-length data (without null-termination)To Reproduce
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\SearchList
to string w/o null-termination.erl.exe -noshell -eval erlang:get_cookie() -s init stop -name undefined
Expected behavior
Success.
Affected versions
26.2.5
The text was updated successfully, but these errors were encountered: