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

cmd/otk-*: do basic input validation to avoid crashing too easily #896

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. cmd/otk-*: do basic input validation to avoid crashing too easily

    This commit is a lesson from osbuild/otk#186
    as it is right now extremly easy to crash the otk disk externals
    with bad inputs.
    
    This commit adds basic input validation, it's probably a good
    idea to also go deeper into the library and make it less trusting
    about pointers but that is (slightly) orthogonal.
    mvo5 authored and bcl committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b617d27 View commit details
    Browse the repository at this point in the history