-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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/284/20240210/v1 #10359
next/284/20240210/v1 #10359
Conversation
Fix memory leak at util-decode-mime:MimeDecInitParser, which root cause is not-freeing allocated memory for mimeMsg Bug: OISF#6745
Issue: 6755 When NetmapOpen encounters an error opening the netmap device, it'll retry a bit. When the retry limit is reached, it'll shutdown Suricata. This commit ensures that the device list lock is not held when before closing all open devices before terminating Suricata.
Issue: 6712
Issue: 6712 Remove multiple occurrences of libjansson installation packages.
NOTE: This PR may contain new authors. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #10359 +/- ##
==========================================
+ Coverage 82.32% 82.52% +0.19%
==========================================
Files 978 978
Lines 272147 272148 +1
==========================================
+ Hits 224057 224588 +531
+ Misses 48090 47560 -530
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: QA ran without warnings. Pipeline 18318 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Staging: