Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Null Pointer Dereference  at keyboard.c:117

Categories: LANG.MEM.NPD CWE:476
Warning ID: 7323.28416
Procedure: key_config_find
Trace: view
Modified: Thu Nov 26 11:09:35 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/fe-common/core/keyboard.c
   Enter key_config_find
 109 static CONFIG_NODE *key_config_find(const char *key) 
 110 {
 111         CONFIG_NODE *node;
 112         GSList *tmp;
 113  
 114         /* remove old keyboard settings */ 
true115         node = iconfig_node_traverse("(keyboard", TRUE);
 116  
node <= 4095117         tmp = config_node_first(node->value);     /* Null Pointer Dereference */
Preconditions
mainconfig->mainnode >= 0
*$unknown_537748 = 40
strlen($unknown_537748) != 0
Postconditions
node' = 0




Change Warning 7323.28416 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: