Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Null Pointer Dereference  at expandos.c:387

Categories: LANG.MEM.NPD CWE:476
Warning ID: 5318.28254
Procedure: expando_query
Trace: view
Modified: Thu Nov 26 11:08:20 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/irssi-0.8.14/src/core/expandos.c
   Enter expando_query
 385 static char *expando_query(SERVER_REC *server, void *item, int *free_ret) 
 386 {
true387         return !IS_QUERY(item) ? "" : QUERY(item)->name;     /* Null Pointer Dereference */




Change Warning 5318.28254 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: