Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Null Pointer Dereference  at expandos.c:572

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2098.2099
Procedure: read_settings
Trace: View
Modified: Wed Sep 2 11:51:12 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/core/expandos.c
   Enter read_settings
 568 static void read_settings(void) 
 569 {
true570         timestamp_format = settings_get_str("timestamp_format");
 571         timestamp_seconds = 
timestamp_format <= 4095572                 strstr(timestamp_format, "%r") != NULL ||     /* Null Pointer Dereference */
Postconditions
timestamp_format' = 0




Change Warning 2098.2099 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: