-
Notifications
You must be signed in to change notification settings - Fork 174
sync(0.22.2): fix(userspace/libsinsp): correct fallback for arg-less proc.* fields #2708
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
Conversation
Parsing of ARG_ALLOWED fields in output formatting (e.g., `proc_args=%proc.args`) was broken because the `val ==` check always returned false. This fix drops the unnecessary checks so that `argid = -1` is set /, `argname` is cleared where appropriate, and correctly sets field-name length using `std::size(...)-1`. Signed-off-by: Leonardo Grasso <[email protected]>
ekoops
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops, leogr 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.22.x #2708 +/- ##
=================================================
Coverage ? 76.93%
=================================================
Files ? 294
Lines ? 30857
Branches ? 4681
=================================================
Hits ? 23739
Misses ? 7118
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
irozzo-1A
left a comment
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.
LGTM
Parsing of ARG_ALLOWED fields in output formatting (e.g.,
proc_args=%proc.args) was broken because theval ==check always returned false. This fix drops the unnecessary checks so thatargid = -1is set /,argnameis cleared where appropriate, and correctly sets field-name length usingstd::size(...)-1.What type of PR is this?
/kind bug
/kind sync
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:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/milestone 0.22.2
Does this PR introduce a user-facing change?: