|
| 1 | +Error: CPPCHECK_WARNING: |
| 2 | +/builddir/build/BUILD/curl-7.66.0/lib/ftp.c:2416: error[nullPointerArithmetic]: Pointer addition with NULL pointer. |
| 3 | + |
| 4 | +Error: CPPCHECK_WARNING (CWE-908): |
| 5 | +/builddir/build/BUILD/curl-7.66.0/lib/curl_ntlm_core.c:394: error[uninitvar]: Uninitialized variable: ks |
| 6 | + |
| 7 | +Error: CPPCHECK_WARNING (CWE-908): |
| 8 | +/builddir/build/BUILD/curl-7.66.0/lib/curl_ntlm_core.c:469: error[uninitvar]: Uninitialized variable: ks |
| 9 | + |
| 10 | +Error: COMPILER_WARNING: |
| 11 | +/builddir/build/BUILD/curl-7.66.0/lib/vtls/openssl.c: scope_hint: In function 'ossl_connect_step1' |
| 12 | +/builddir/build/BUILD/curl-7.66.0/lib/vtls/openssl.c:2461:5: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] |
| 13 | +# 2461 | req_method = SSLv3_client_method(); |
| 14 | +# | ^~~~~~~~~~ |
| 15 | +/usr/include/openssl/opensslconf.h:42: included_from: Included from here. |
| 16 | +/usr/include/openssl/e_os2.h:13: included_from: Included from here. |
| 17 | +/usr/include/openssl/ssl.h:15: included_from: Included from here. |
| 18 | +/builddir/build/BUILD/curl-7.66.0/lib/vtls/openssl.c:48: included_from: Included from here. |
| 19 | +/usr/include/openssl/ssl.h:1869:1: note: declared here |
| 20 | +# 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) |
| 21 | +# | ^~~~~~~~~~~~~~~~~~ |
| 22 | + |
| 23 | +Error: CLANG_WARNING: |
| 24 | +/builddir/build/BUILD/curl-7.66.0/lib/vtls/openssl.c:2204:3: warning: Value stored to 'ossl_ssl_version_max' is never read |
| 25 | +# ossl_ssl_version_max = 0; |
| 26 | +# ^ ~ |
| 27 | +/builddir/build/BUILD/curl-7.66.0/lib/vtls/openssl.c:2204:3: note: Value stored to 'ossl_ssl_version_max' is never read |
| 28 | +# ossl_ssl_version_max = 0; |
| 29 | +# ^ ~ |
| 30 | + |
| 31 | +Error: COMPILER_WARNING: |
| 32 | +gcc: warning: '-x c' after last input file has no effect |
| 33 | + |
| 34 | +Error: COMPILER_WARNING: |
| 35 | +g++: warning: '-x c' after last input file has no effect |
0 commit comments