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

exec/util: fix infinite loop in Depth() if -root is relative #1359

Merged
merged 1 commit into from
May 10, 2022
Merged

exec/util: fix infinite loop in Depth() if -root is relative #1359

merged 1 commit into from
May 10, 2022

Commits on May 6, 2022

  1. exec/util: fix infinite loop in Depth() if -root is relative

    If the -root command-line argument isn't an absolute path, and the files
    stage tries to write a file, we get stuck in an infinite loop in Depth().
    Ignition shouldn't normally be invoked this way, but it might occur
    during manual debugging.  Avoid the infinite loop.
    bgilbert committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e62e972 View commit details
    Browse the repository at this point in the history