Text  |   XML   |   Visible Warnings:

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

Categories: LANG.MEM.UVAR CWE:457
Warning ID: 372.29069
Procedure: pvm_tc_settmask
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_settmask
true1212 pvm_tc_settmask(mid) 
 1213         int mid;
 1214 {
 1215         char buf[256];
 1216  
 1217         pvm_upkstr(buf);
buf is uninitialized1218         if (strlen(buf) + 1 == TEV_MASK_LENGTH)     /* Uninitialized Variable */
Preconditions
pvmrbuf != 0
pvmtoplvl = 0




Change Warning 372.29069 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: