Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Null Pointer Dereference  at job.c:154

Categories: LANG.MEM.NPD CWE:476
Warning ID: 483.29257
Procedure: job_init
Trace: view
Modified: Thu Nov 26 11:36:29 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/console/job.c
   Enter job_init
 150 job_init() 
 151 {
 152         if (!joblist) {
true153                 joblist = TALLOC(1, struct job, "job");
joblist <= 4095154                 BZERO((char*)joblist, sizeof(struct job));     /* Null Pointer Dereference */
Preconditions
joblist = 0
Postconditions
errno' != 0
joblist' = 0




Change Warning 483.29257 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: