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 edge condition with kafka request parsing #1252

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

grcevski
Copy link
Contributor

@grcevski grcevski commented Oct 11, 2024

Off by one error in a check that was reading 2 bytes.

Fixes #1248

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.74%. Comparing base (bc125f7) to head (420bdb3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1252      +/-   ##
==========================================
- Coverage   81.75%   81.74%   -0.01%     
==========================================
  Files         135      135              
  Lines       11416    11416              
==========================================
- Hits         9333     9332       -1     
- Misses       1552     1553       +1     
  Partials      531      531              
Flag Coverage Δ
integration-test 60.69% <0.00%> (+<0.01%) ⬆️
k8s-integration-test 59.02% <0.00%> (-0.20%) ⬇️
oats-test 36.59% <100.00%> (ø)
unittests 53.46% <100.00%> (+0.03%) ⬆️

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.

@grcevski grcevski merged commit ac3b137 into grafana:main Oct 11, 2024
10 checks passed
@grcevski grcevski deleted the fix_kafka_parse_crash branch October 11, 2024 23:57
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.

Beyla crashes panic: runtime error: index out of range [1] with length 1
3 participants