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

path: fix input type checking regression #5244

Closed
wants to merge 1 commit into from

Commits on Feb 15, 2016

  1. path: fix input type checking regression

    Before b212be0, input types were not checked in some path functions
    and the inputs were passed directly to `regexp.exec()` which
    implicitly converts its argument to a string.
    
    This commit both removes the type checking added in b212be0 and
    adds string coercion for those functions.
    mscdex committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    5d31282 View commit details
    Browse the repository at this point in the history