Text  |   XML   |   Visible Warnings:

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

Categories: LANG.MEM.NPD CWE:476
Warning ID: 7237.28318
Procedure: expando_usermode
Trace: view
Modified: Thu Nov 26 11:08:41 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/irc/core/irc-expandos.c
   Enter expando_usermode
 80 static char *expando_usermode(SERVER_REC *server, void *item, int *free_ret) 
 81 {
true82         return IS_IRC_SERVER(server) ? IRC_SERVER(server)->usermode : "";     /* Null Pointer Dereference */
Preconditions
*chat_protocols->data != server->chat_type




Change Warning 7237.28318 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: