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

Make sure Containers Exist Before Processing #16922

Merged

Commits on Feb 1, 2018

  1. Make sure Containers Before Processing

    The crosslink code for the Swift Manager refresh parser
    attempts to loop through the set of containers for the
    manager without checking if any exist first.
    Fix by checking first.
    jerryk55 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    8fa42b2 View commit details
    Browse the repository at this point in the history
  2. Make sure Containers Exist Before Parsing Refresh Too

    The same check that was added to the crosslink code in the previous
    commit has to be added to the refresh parser cleanup code.
    jerryk55 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    0579193 View commit details
    Browse the repository at this point in the history