Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Uninitialized Variable  at lpvm.c:1520

Categories: LANG.MEM.UVAR CWE:457
Warning ID: 409.29127
Procedure: pvm_tc_taskexit
Trace: view
Modified: Thu Nov 26 11:34:38 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/lpvm.c
   Enter pvm_tc_taskexit
true1511 pvm_tc_taskexit(mid) 
 1512         int mid;
 1513 {
 1514         int tid;                                        /* exited task id */ 
 1515         struct ttpcb *pcbp;
 1516  
 1517         pvm_upkint(&tid, 1, 1);
 1518  
 1519         if (pvmdebmask & PDMROUTE) {
tid is uninitialized1520                 pvmlogprintf("pvm_tc_taskexit() TASKEXIT for t%x\n", tid);     /* Uninitialized Variable */
Preconditions
&$unknown_10925010 = $unknown_10925010
myfmt != -1
pvmautoerr != 0
pvmautoerr != 2
pvmautoerr != 3
pvmmytid = -1
pvmtoplvl != 0
Postconditions
*stderr' is allocated by fopen
bytes_before(stderr)' = 0
mxfersingle' = 1
pvm_errno' = -15
pvmmytid' != -1
pvmrbuf' = 0
pvmtrc.trctid' <= 0
topvmd' = 0
ttlist' = &$unknown_10925010




Change Warning 409.29127 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: