-
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
Dev 7.0.4/v2 #10350
Dev 7.0.4/v2 #10350
Conversation
inashivb
commented
Feb 9, 2024
- start development towards 7.0.4 #10342
- next/280/20240209/v1 #10347 (backported)
As flagged critical by codescan (cherry picked from commit 7f5e98e)
error: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> src/dns/log.rs:371:29 | 371 | pub fn dns_print_addr(addr: &Vec<u8>) -> std::string::String { | ^^^^^^^^ help: change this to: `&[u8]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg (cherry picked from commit 68b0052)
Add not-needed SCCalloc return check to satisfy our Cocci malloc checks as it can't see that the caller immediately checks the return value of this simple wrapper around SCCalloc. (cherry picked from commit f800ed0)
(cherry picked from commit b48ec8a)
(cherry picked from commit 7e4dba7)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main-7.0.x #10350 +/- ##
===========================================
Coverage 82.25% 82.25%
===========================================
Files 975 975
Lines 274915 274920 +5
===========================================
+ Hits 226128 226140 +12
+ Misses 48787 48780 -7
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
Information: ERROR: QA failed on SURI_TLPW2_autofp_suri_time. ERROR: QA failed on SURI_TLPR1_suri_time.
Pipeline 18273 |
Merged in #10355, thanks! |