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

Fix coverity issues from 18/07/2023 #730

Merged
merged 3 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. [coverity] Fix 1566349 Resource leak

    Ensure that the `ur_loader_config_handle_t` is always cleaned up even in
    the event of assert failures in `SetUp()` by releasing it in `TearDown()`.
    kbenzie committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b3ea52c View commit details
    Browse the repository at this point in the history
  2. [coverity] Fix 1566348 Uninitialized scalar field

    Default initialize the `enableParameterValidation` and
    `enableLeakChecking` data members of the
    `ur_validation_layer::context_t` object.
    kbenzie committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    19fdd60 View commit details
    Browse the repository at this point in the history
  3. [coverity] Fix 1566349 Resource leak

    Move `ur_loader_config_handle_t` cleanup to the text fixture's
    `TearDown()`.
    kbenzie committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    38141b3 View commit details
    Browse the repository at this point in the history