Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Uninitialized Variable  at lpvmgen.c:1161

Categories: LANG.MEM.UVAR CWE:457
Warning ID: 370.29067
Procedure: pvm_tc_settrcbuf
Trace: view
Modified: Thu Nov 26 11:30:58 2009   show details
 
Priority: None
State: None
Finding: None
Owner: None
  edit properties

Legend [ X ]
Warning Location
Contributes
Parse Error
Other Warning
Two or More Loop Iterations
On Execution Path
Comment
Macro
Preprocessor
Include
Keyword
Preprocessed Away

Source  |  Language: C Hide Legend     
ProblemLineSource
   /kat0/fletcher/SATE/2010/pvm3/src/lpvmgen.c
   Enter pvm_tc_settrcbuf
true1154 pvm_tc_settrcbuf(mid) 
 1155         int mid;
 1156 {
 1157         int tbuf;
 1158  
 1159         pvm_upkint(&tbuf,1,1);
 1160  
tbuf is uninitialized1161         if (tbuf >= 0)     /* Uninitialized Variable */
Preconditions
((char*)&((char*)$unknown_2978307)[56])[24] = 1
$unknown_2978306 = &$unknown_2978306
myfmt = -1
pvmautoerr = 0
pvmmytid = -1
pvmtoplvl != 0
Postconditions
((char*)&((char*)$unknown_2978307)[56])[24]' = ((char*)&((char*)$unknown_2978307)[56])[24] - 1
((char*)$unknown_2978307)[56]' = &freefrags.fr_link
freefrags.fr_rlink' = ((char*)&$unknown_2978307)[56]
pvm_errno' = -15
pvmmytid' != -1
pvmrbuf' = 0
pvmtrc.trctid' <= 0
topvmd' = 0
ttlist' = &$unknown_2978306




Change Warning 370.29067 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: