Task #132197 - libproxy-0.5.12-2.fc44/scan-results.err

back to task #132197
download
Error: COMPILER_WARNING (CWE-9001):
libproxy-0.5.12/src/backend/px-manager.c: scope_hint: In function ‘px_manager_pac_download’
libproxy-0.5.12/src/backend/px-manager.c:402:7: warning[-Wattribute-warning]: call to ‘Wcurl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument
#  402 |   if (curl_easy_setopt (self->curl, CURLOPT_NOSIGNAL, 1) != CURLE_OK)
#      |       ^
#  400|       url += 4;
#  401|   
#  402|->   if (curl_easy_setopt (self->curl, CURLOPT_NOSIGNAL, 1) != CURLE_OK)
#  403|       g_debug ("Could not set NOSIGNAL, continue");
#  404|   

Error: COMPILER_WARNING (CWE-9001):
libproxy-0.5.12/src/backend/px-manager.c:405:7: warning[-Wattribute-warning]: call to ‘Wcurl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument
#  405 |   if (curl_easy_setopt (self->curl, CURLOPT_FOLLOWLOCATION, 1) != CURLE_OK)
#      |       ^
#  403|       g_debug ("Could not set NOSIGNAL, continue");
#  404|   
#  405|->   if (curl_easy_setopt (self->curl, CURLOPT_FOLLOWLOCATION, 1) != CURLE_OK)
#  406|       g_debug ("Could not set FOLLOWLOCATION, continue");
#  407|   

Error: COMPILER_WARNING (CWE-9001):
libproxy-0.5.12/src/backend/px-manager.c:413:7: warning[-Wattribute-warning]: call to ‘Wcurl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument
#  413 |   if (curl_easy_setopt (self->curl, CURLOPT_CONNECTTIMEOUT, 30) != CURLE_OK)
#      |       ^
#  411|     }
#  412|   
#  413|->   if (curl_easy_setopt (self->curl, CURLOPT_CONNECTTIMEOUT, 30) != CURLE_OK)
#  414|       g_debug ("Could not set CONENCTIONTIMEOUT, continue");
#  415|