Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Null Pointer Dereference  at task.c:314

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2476.2504
Procedure: task_init
Trace: View
Modified: Wed Sep 2 12:39:45 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/task.c
   Enter task_init
 310 task_init() 
 311 {
 312         if (!locltasks) {
true313                 locltasks = TALLOC(1, struct task, "task");
locltasks <= 4095314                 BZERO((char*)locltasks, sizeof(struct task));     /* Null Pointer Dereference */
Preconditions
locltasks = 0
Postconditions
locltasks' = 0




Change Warning 2476.2504 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: