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

next/616/70x/20241026/v1 #12041

Open
wants to merge 3 commits into
base: main-7.0.x
Choose a base branch
from

Conversation

jufajardini and others added 3 commits October 26, 2024 10:32
The profiling arrays are incorrectly sized by the number of thread
modules. Since they contain app-layer protocol data, they should be
sized by ALPROTO_MAX.

(cherry picked from commit 799822c)
Current GetBlock degrees the sbb search from rb tree to
line, which costs much cpu time, and could be replaced by
SBB_RB_FIND_INCLUSIVE. It reduces time complexity from
O(nlogn) to O(logn).

Ticket: 7208.
(cherry picked from commit 951bcff)
@victorjulien victorjulien requested a review from a team as a code owner October 26, 2024 10:52
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.40%. Comparing base (4f80cb5) to head (ede115f).

Additional details and impacted files
@@              Coverage Diff               @@
##           main-7.0.x   #12041      +/-   ##
==============================================
+ Coverage       83.32%   83.40%   +0.08%     
==============================================
  Files             922      922              
  Lines          260804   260795       -9     
==============================================
+ Hits           217322   217526     +204     
+ Misses          43482    43269     -213     
Flag Coverage Δ
fuzzcorpus 64.75% <100.00%> (+0.10%) ⬆️
suricata-verify 63.32% <100.00%> (+0.03%) ⬆️
unittests 62.38% <100.00%> (+<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 23188

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.

6 participants