Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Null Pointer Dereference  at fe-windows.c:166

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2230.2236
Procedure: window_change_server
Trace: View
Modified: Wed Sep 2 11:53: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
   /u1/paul/SATE/2010/c/irssi/irssi-0.8.14/src/fe-common/core/fe-windows.c
   Enter window_change_server
 162 void window_change_server(WINDOW_REC *window, void *server) 
 163 {
 164         SERVER_REC *active, *connect;
 165  
true166         if (server != NULL && SERVER(server)->disconnected)     /* Null Pointer Dereference */
Postconditions
server' = $param_2
window' = $param_1




Change Warning 2230.2236 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: