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

ERL-1219: erl -args_file fails to parse nested quotes #4183

Open
OTP-Maintainer opened this issue Apr 7, 2020 · 0 comments
Open

ERL-1219: erl -args_file fails to parse nested quotes #4183

OTP-Maintainer opened this issue Apr 7, 2020 · 0 comments
Labels
bug Issue is reported as a bug priority:low team:VM Assigned to OTP team VM

Comments

@OTP-Maintainer
Copy link

Original reporter: okeuday
Affected version: Not Specified
Component: Not Specified
Migrated from: https://bugs.erlang.org/browse/ERL-1219


The failure is silent, ignoring what it doesn't understand in the vm.args.
{noformat}
$ echo "-setcookie 'a \' b'" > vm.args
$ erl -sname test -args_file vm.args
(test@host)1> erlang:get_cookie().
'CHXLCAZLRYGNEXOKJPXK'
{noformat}

Was testing with 23.0-rc1.
@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:VM Assigned to OTP team VM priority:low labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug priority:low team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

1 participant