Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Null Pointer Dereference  at pvmd.c:3715

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2702.2755
Procedure: sendmessage
Trace: View
Modified: Wed Sep 2 12:44:02 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
   /u1/paul/SATE/2010/c/pvm/pvm3/src/tdpro.c
   Enter tm_exit
 885 tm_exit(tp, mp) 
 886         struct task *tp;
 887         struct pmsg *mp;
 888 {
true889         mp = replymessage(mp);
 890         tp->t_flag |= TF_CLOSE;
mp <= 4095891         sendmessage(mp);
Preconditions
numpmsgs = 0
Postconditions
ff' = 1
freepmsgs.m_link' = &freepmsgs.m_link
freepmsgs.m_rlink' = &freepmsgs.m_link
hp' = 0
mp' = 0
mp' = 0
tp' = $param_1




Change Warning 2702.2755 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: