Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Null Pointer Dereference  at dcc.c:164

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2191.2196
Procedure: dcc_ip2str
Trace: View
Modified: Wed Sep 2 11:52:01 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/irc/dcc/dcc.c
   Enter dcc_ip2str
 159 void dcc_ip2str(IPADDR *ip, char *host) 
 160 {
 161         IPADDR temp_ip;
 162         guint32 addr;
 163  
true164         if (*settings_get_str("dcc_own_ip") != '\0') {     /* Null Pointer Dereference */
Postconditions
host' = $param_2
ip' = $param_1




Change Warning 2191.2196 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: