-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerspriority/low
Description
tamird@Mac socket_vmnet % $(brew --prefix socket_vmnet)/bin/socket_vmnet_client $(brew --prefix)/var/run/socket_vmnet --
zsh: segmentation fault $(brew --prefix socket_vmnet)/bin/socket_vmnet_client --
this is caused by the special handling of --
:
Line 36 in f486d47
if (strcmp(child_argv[0], "--") == 0) |
I think the cleanest thing is to remove this. Typically --
is used to separate positional arguments from flags e.g. <cmd> --foo --bar -- pos1 pos2
but that is not how it works for the client.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerspriority/low