Skip to content

Allow password containing ":" #7

Description

@Omni4

wrapper/main.c

Lines 992 to 995 in 2d5318e

if (args_info.login_given) {
amUsername = strtok(args_info.login_arg, ":");
amPassword = strtok(NULL, ":");
}

The password is cut off whenever there's a ":" in the password
My preferred fix is would be something like

amPassword = amUsername + strlen(amUsername)+1;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions