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

os: don't use getCheckedFunction() in userInfo() #22599

Closed
wants to merge 1 commit into from

Commits on Aug 31, 2018

  1. os: don't use getCheckedFunction() in userInfo()

    os.userInfo() takes an optional object as its first argument.
    getCheckedFunction() adds a context object to the argument list
    passed to the binding layer. The context object has the potential
    to confuse the binding layer, particularly if an error occurs.
    This commit makes userInfo() explicitly call into the binding
    layer with two arguments.
    cjihrig authored and danbev committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    05ad421 View commit details
    Browse the repository at this point in the history