Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Unused Value  at ddpro.c:1598

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 126.28747
Procedure: dm_exec
Trace: view
Modified: Thu Nov 26 11:27:42 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     
LineSource
  /kat0/fletcher/SATE/2010/pvm3/src/ddpro.c
  Enter dm_exec
1592 dm_exec(hp, mp) 
1593         struct hostd *hp;
1594         struct pmsg *mp;
1595 {
1596         struct pmsg *rmp;
1597  
1598         hp = hp;     /* Unused Value */
1599  
1600         rmp = mesg_new(0);
1601         rmp->m_dst = mp->m_src;   /* Null Pointer Dereference (ID: 127.28748) */
1602         rmp->m_ctx = mp->m_ctx;
1603         rmp->m_tag = DM_EXECACK;
1604         rmp->m_wid = mp->m_wid;
1605         exectasks(mp, rmp, pvmschedtid);
1606         return 0;
1607 } 




Change Warning 126.28747 : Unused Value

Priority:
State:
Finding:
Owner:
Note: