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

Replace WmiRequest constructor with static factory method #7489

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

josephsweeney
Copy link
Contributor

@josephsweeney josephsweeney commented Feb 25, 2022

Also change all the relevant calling sites to check for errors and do something sensible in that case.

Fixes #7448.

Also change all the relevant calling sites to check for errors and do something sensible in that case.
@josephsweeney josephsweeney requested review from a team as code owners February 25, 2022 20:50
@mike-myers-tob mike-myers-tob added Windows bug ready for review Pull requests that are ready to be reviewed by a maintainer labels Feb 25, 2022
@mike-myers-tob
Copy link
Member

Can @theopolis or @muffins review this one? I've already reviewed, but we were looking for a Windows person outside ToB to approve for merge

@mike-myers-tob
Copy link
Member

Per the last office hours, this PR has been reviewed, and we will self-approve (I just need a hand from @Smjert for that)

@directionless directionless merged commit 602f4d6 into osquery:master Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ready for review Pull requests that are ready to be reviewed by a maintainer Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WmiRequest should follow RAII principles to avoid crashes
4 participants