Task #131921 - libSM-1.2.5-4.fc44/scan-results.err
back to task #131921download
Error: CPPCHECK_WARNING (CWE-457): libSM-1.2.5/src/sm_client.c:218: error[uninitvar]: Uninitialized variable: reply # 216| replyWait.major_opcode_of_request = _SmcOpcode; # 217| replyWait.minor_opcode_of_request = SM_RegisterClient; # 218|-> replyWait.reply = (IcePointer) &reply; # 219| # 220| gotReply = False; Error: CPPCHECK_WARNING (CWE-457): libSM-1.2.5/src/sm_client.c:251: error[uninitvar]: Uninitialized variable: *clientIdRet # 249| *clientIdRet = reply.client_id; # 250| # 251|-> smcConn->client_id = strdup (*clientIdRet); # 252| } # 253| else