Skip to content

Auth: fix a crash and some cleanup in the auth-catalogzone.cc #11742

Auth: fix a crash and some cleanup in the auth-catalogzone.cc

Auth: fix a crash and some cleanup in the auth-catalogzone.cc #11742

Triggered via pull request April 12, 2024 10:35
Status Failure
Total duration 35m 30s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Force failure in case there are binaries present in a pull request
4s
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 4 warnings
Check whether clang-tidy succeeded
Auth clang-tidy failed
Check whether clang-tidy succeeded
Process completed with exit code 1.
Analyze (cpp, auth): pdns/backends/gsql/gsqlbackend.cc#L466
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead (cppcoreguidelines-pro-bounds-array-to-pointer-decay - Level=Warning)
Analyze (cpp, auth): pdns/auth-catalogzone.cc#L117
parameter name 'di' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, auth): pdns/auth-catalogzone.cc#L119
variable name 'ci' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, auth): modules/lmdbbackend/lmdbbackend.cc#L1813
parameter name 'di' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)