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 the return value of bpf_strstr_tp_loop when it does not meet the … #1294

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

tsint
Copy link
Contributor

@tsint tsint commented Oct 31, 2024

When I was reading the code, I discovered this small mistake. Although I don't think it will have any real impact, I still believe it's necessary to correct it.

@CLAassistant
Copy link

CLAassistant commented Oct 31, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.54%. Comparing base (d3b2240) to head (0ecfcb7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1294      +/-   ##
==========================================
- Coverage   80.58%   80.54%   -0.05%     
==========================================
  Files         141      141              
  Lines       14217    14217              
==========================================
- Hits        11457    11451       -6     
- Misses       2221     2225       +4     
- Partials      539      541       +2     
Flag Coverage Δ
integration-test 58.79% <ø> (+0.02%) ⬆️
k8s-integration-test 58.29% <ø> (-0.24%) ⬇️
oats-test 35.01% <ø> (ø)
unittests 52.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mariomac
Copy link
Contributor

Thanks for your contribution!

@mariomac mariomac merged commit 56e5b9b into grafana:main Oct 31, 2024
15 checks passed
mariomac added a commit to mariomac/beyla that referenced this pull request Oct 31, 2024
@tsint
Copy link
Contributor Author

tsint commented Oct 31, 2024

Thanks for your contribution!

Don't mention it. ^_^

mariomac added a commit that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants