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

Minor Streaming buffer cleanups/v1 #10161

Closed
wants to merge 2 commits into from

Conversation

inashivb
Copy link
Member

No description provided.

StreamingBuffer is not required to find the intersecting regions, so,
don't pass it as a param to the fn.
If the node was successfully added in the RB Tree, the INSERT macro
should return NULL. Check for the retval of the macro and free the
resources and return from the fn with an error if the node was not added
successfully for some reason.
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (1dcf69b) 82.19% compared to head (8c82311) 82.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10161      +/-   ##
==========================================
- Coverage   82.19%   82.09%   -0.10%     
==========================================
  Files         974      974              
  Lines      271825   271829       +4     
==========================================
- Hits       223416   223152     -264     
- Misses      48409    48677     +268     
Flag Coverage Δ
fuzzcorpus 62.66% <63.63%> (-0.36%) ⬇️
suricata-verify 61.40% <36.36%> (-0.01%) ⬇️
unittests 62.85% <36.36%> (+<0.01%) ⬆️

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

@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 17510

Copy link
Member

@victorjulien victorjulien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see older inline stuff

@inashivb inashivb closed this Jan 30, 2024
@inashivb inashivb deleted the streaming-buffer-cleanups/v1 branch January 30, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants