Skip to content

Conversation

@catenacyber
Copy link
Contributor

Link to ticket: https://redmine.openinfosecfoundation.org/issues/
None, just cleanup

Describe changes:

warning: called `unwrap` on `rd.pipe` after checking its variant with `is_some`
   --> src/smb/smb1.rs:858:28
    |
857 |             if rd.pipe.is_some() {
    |             -------------------- help: try: `if let Some(<item>) = rd.pipe`
858 |                 let pipe = rd.pipe.unwrap();
    |                            ^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
    = note: `#[warn(clippy::unnecessary_unwrap)]` on by default

(cherry picked from commit 02cb0f2)
(cherry picked from commit b944e3b)
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 29.41176% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.60%. Comparing base (fec6350) to head (34c93ef).
⚠️ Report is 3 commits behind head on main-8.0.x.

Additional details and impacted files
@@              Coverage Diff               @@
##           main-8.0.x   #14695      +/-   ##
==============================================
+ Coverage       83.58%   83.60%   +0.01%     
==============================================
  Files            1010     1010              
  Lines          266213   266211       -2     
==============================================
+ Hits           222509   222554      +45     
+ Misses          43704    43657      -47     
Flag Coverage Δ
fuzzcorpus 64.05% <29.41%> (+<0.01%) ⬆️
livemode 18.64% <0.00%> (+<0.01%) ⬆️
pcap 44.56% <29.41%> (+0.01%) ⬆️
suricata-verify 64.81% <29.41%> (+0.02%) ⬆️
unittests 58.88% <0.00%> (+<0.01%) ⬆️

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@victorjulien victorjulien added this to the 8.0 milestone Jan 26, 2026
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline = 29274

@victorjulien victorjulien merged commit 34c93ef into OISF:main-8.0.x Jan 27, 2026
116 checks passed
@victorjulien
Copy link
Member

Merged in #14698, thanks!

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