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

solver: forward nil return value from sharedOp.Exec #3043

Merged
merged 1 commit into from Aug 22, 2022

Commits on Aug 19, 2022

  1. solver: forward nil return value from sharedOp.Exec

    Exec could sometimes return nil, which would then result in a
    segmentation fault, as the code attempts to access a field in the nil
    result to return. This patch introduces a sanity check before accessing
    any parts of the field.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Aug 19, 2022
    Copy the full SHA
    c58f128 View commit details
    Browse the repository at this point in the history