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

Pcre2/v4 #9243

Merged
merged 4 commits into from
Jul 17, 2023
Merged

Pcre2/v4 #9243

merged 4 commits into from
Jul 17, 2023

Conversation

victorjulien
Copy link
Member

#9242 with fixes

victorjulien and others added 4 commits July 16, 2023 11:36
Move pcre2 data structures used for parsing into the detect engine
context, so that multiple tenant loading threads don't use the same
data structures.

Bug: OISF#4797.
pcre2 is not thread-safe wrt match objects so use locally scoped
objects.

Issue: 4797
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #9243 (3286c3b) into master (24745b3) will increase coverage by 0.00%.
The diff coverage is 95.79%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #9243    +/-   ##
========================================
  Coverage   82.39%   82.40%            
========================================
  Files         968      968            
  Lines      273757   273952   +195     
========================================
+ Hits       225572   225757   +185     
- Misses      48185    48195    +10     
Flag Coverage Δ
fuzzcorpus 64.65% <95.21%> (+0.04%) ⬆️
suricata-verify 60.80% <48.94%> (-0.06%) ⬇️
unittests 62.93% <80.49%> (+0.01%) ⬆️

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

This was referenced Jul 17, 2023
@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPR1_stats_chk
.tcp.overlap 1124925 1221170 108.56%

Pipeline 15205

@victorjulien victorjulien merged commit 3286c3b into OISF:master Jul 17, 2023
47 checks passed
@victorjulien victorjulien deleted the pcre2/v4 branch August 12, 2023 06:11
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