Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Ignored Return Value  at rawlog.c:108

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 7464.28570
Procedure: rawlog_dump
Trace: view
Modified: Thu Nov 26 11:21:23 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     
LineSource
  /kat0/fletcher/SATE/2010/irssi-0.8.14/src/core/rawlog.c
  Enter rawlog_dump
102 static void rawlog_dump(RAWLOG_REC *rawlog, int f) 
103 {
104         GSList *tmp;
105  
106         for (tmp = rawlog->lines; tmp != NULL; tmp = tmp->next) {   /* Null Pointer Dereference (ID: 7376.28472) */
107                 write(f, tmp->data, strlen((char *) tmp->data));   /* Ignored Return Value (ID: 7465.28571) */
108                 write(f, "\n", 1);     /* Ignored Return Value */
109         }
110 } 




Change Warning 7464.28570 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: