Skip to content

dnsdist: Always store the OpenSSLTLSIOCtx in the connection #13085

dnsdist: Always store the OpenSSLTLSIOCtx in the connection

dnsdist: Always store the OpenSSLTLSIOCtx in the connection #13085

Triggered via pull request September 16, 2024 10:34
Status Failure
Total duration 33m 8s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Force failure in case there are binaries present in a pull request
5s
Force failure in case there are binaries present in a pull request
Check whether clang-tidy succeeded
0s
Check whether clang-tidy succeeded
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Check whether clang-tidy succeeded
Auth clang-tidy failed
Check whether clang-tidy succeeded
Process completed with exit code 1.
Analyze (cpp, rec): pdns/tcpiohandler.cc#L135
std::move of the const variable 'hostname' has no effect; remove std::move() or make the variable non-const (performance-move-const-arg - Level=Warning)
Analyze (cpp, auth): pdns/tcpiohandler.cc#L135
std::move of the const variable 'hostname' has no effect; remove std::move() or make the variable non-const (performance-move-const-arg - Level=Warning)
Analyze (cpp, dnsdist): pdns/tcpiohandler.cc#L135
std::move of the const variable 'hostname' has no effect; remove std::move() or make the variable non-const (performance-move-const-arg - Level=Warning)
Analyze (cpp, dnsdist): pdns/tcpiohandler.cc#L1614
parameter name 'fe' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, dnsdist): pdns/tcpiohandler.cc#L1672
member initializer for 'd_enableTickets' is redundant (modernize-use-default-member-init - Level=Warning)