What is a Conditionally Uninitialized Variable? The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior.
5 instances of this defect were found in the following locations:
What is a Conditionally Uninitialized Variable? The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior.
5 instances of this defect were found in the following locations:
Instance 1 File :
lib/vauth/digest_sspi.c
Function:Curl_auth_create_digest_md5_message
https://github.com/siva-msft/curl/blob/6374c826c173e84ef964c4316686bef5481516a7/lib/vauth/digest_sspi.c#L220 Code extract:Instance 2 File :
lib/vauth/digest_sspi.c
Function:Curl_auth_create_digest_md5_message
https://github.com/siva-msft/curl/blob/6374c826c173e84ef964c4316686bef5481516a7/lib/vauth/digest_sspi.c#L222 Code extract:Instance 3 File :
lib/vauth/digest_sspi.c
Function:Curl_auth_create_digest_http_message
https://github.com/siva-msft/curl/blob/6374c826c173e84ef964c4316686bef5481516a7/lib/vauth/digest_sspi.c#L585 Code extract:Instance 4 File :
lib/vauth/digest_sspi.c
Function:Curl_auth_create_digest_http_message
https://github.com/siva-msft/curl/blob/6374c826c173e84ef964c4316686bef5481516a7/lib/vauth/digest_sspi.c#L609 Code extract:Instance 5 File :
lib/vauth/digest_sspi.c
Function:Curl_auth_create_digest_http_message
https://github.com/siva-msft/curl/blob/6374c826c173e84ef964c4316686bef5481516a7/lib/vauth/digest_sspi.c#L611 Code extract: