What is a Conditionally Uninitialized Variable? When an initialization function is used to initialize a local variable, but the returned status code is not checked, reading the variable may result in undefined behaviour.
1 instance of this defect were found in the following locations:
What is a Conditionally Uninitialized Variable? When an initialization function is used to initialize a local variable, but the returned status code is not checked, reading the variable may result in undefined behaviour.
1 instance of this defect were found in the following locations:
Instance 1 File :
lib/connect.c
Function:Curl_printable_address
https://github.com/siva-msft/curl/blob/a051c0f0a9057a792ce7dfa22bf761d36fc56a72/lib/connect.c#L955 Code extract:How can I fix it? Correct reference usage found in
lib/socks.c
at line785
. https://github.com/siva-msft/curl/blob/a051c0f0a9057a792ce7dfa22bf761d36fc56a72/lib/socks.c#L785 Code extract: