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

provider/aws: fix potential aws_route crash #6338

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Commits on Apr 25, 2016

  1. provider/aws: fix potential aws_route crash

    The "find route in table" helper code was not properly handling routes
    with no destination CIDR block - like vpc_endpoint routes - so if one of
    those routes would come up before the target route in the loop, we'd get
    a crash.
    
    Fixes #6337
    phinze committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    3561f24 View commit details
    Browse the repository at this point in the history