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

configs: Fix module loader nil pointer panic #31060

Merged
merged 1 commit into from May 23, 2022

Commits on May 17, 2022

  1. configs: Fix module loader nil pointer panic

    In configurations which have already been initialized, updating the
    source of a non-root module call to an invalid value could cause a nil
    pointer panic. This commit fixes the bug and adds test coverage.
    alisdair committed May 17, 2022
    Copy the full SHA
    d1e35a3 View commit details
    Browse the repository at this point in the history