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

(cherry-pick) Fix: correct issue pointed out by static analysis (#3044) #3046

Merged
merged 3 commits into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. Fix: correct issue pointed out by static analysis (#3044)

    ### Description
    Static analysis complained that although a destructor had been defined in class vfio_device, there was not a corresponding copy ctor nor assignment operator. The variable is treated as a Singleton in the application, so no copying occurs.  Implementing the constructor and assignment operator as deleted solves the issue.
    
    ### Collateral (docs, reports, design examples, case IDs):
    
    
    - [ ] Document Update Required? (Specify FIM/AFU/Scripts)
    
    ### Tests added:
    
    
    ### Tests run:
    CI
    
    Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
    tswhison committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    47b3981 View commit details
    Browse the repository at this point in the history
  2. Fix build issue

    Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
    tswhison committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4fdcfc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0f834 View commit details
    Browse the repository at this point in the history