Text  |   XML   |   Visible Warnings:

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

Categories: LANG.MEM.NPD CWE:476
Warning ID: 7325.28418
Procedure: sig_command
Trace: view
Modified: Thu Nov 26 11:09:36 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 sig_command
 607 static void sig_command(const char *data) 
 608 {
 609         const char *cmdchars;
 610         char *str;
 611  
true612         cmdchars = settings_get_str("cmdchars");
cmdchars <= 4095613         str = strchr(cmdchars, *data) != NULL ? g_strdup(data) :     /* Null Pointer Dereference */
Postconditions
cmdchars' = 0




Change Warning 7325.28418 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: