-
Notifications
You must be signed in to change notification settings - Fork 170
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(sinsp): guard against uninitialized use #2261
fix(sinsp): guard against uninitialized use #2261
Conversation
Signed-off-by: Adam Roberts <[email protected]>
Welcome @aroberts87! It looks like this is your first PR to falcosecurity/libs 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, aroberts87 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 0a6b2da34eacb77e6286c11fa4830a879aff136f
|
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2261 +/- ##
==========================================
+ Coverage 75.16% 75.34% +0.17%
==========================================
Files 278 279 +1
Lines 34478 34368 -110
Branches 5922 5873 -49
==========================================
- Hits 25916 25893 -23
+ Misses 8562 8475 -87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area libsinsp
Does this PR require a change in the driver versions?
What this PR does / why we need it:
Use of a static analysis tool has found a couple of variables that could potentially be used uninitialized. This change ensures those scenarios are no longer possible.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: