Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Ignored Return Value  at massjoin.c:259

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 2398.2412
Procedure: sig_massjoin_timeout
Trace: View
Modified: Wed Sep 2 12:25:22 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
  /u1/paul/SATE/2010/c/irssi/irssi-0.8.14/src/irc/core/massjoin.c
  Enter sig_massjoin_timeout
254 static int sig_massjoin_timeout(void) 
255 {
256         GSList *tmp;
257         time_t max;
258  
259         max = time(NULL)-settings_get_int("massjoin_max_wait");     /* Ignored Return Value */
260         for (tmp = servers; tmp != NULL; tmp = tmp->next) {
261                 IRC_SERVER_REC *server = tmp->data;
262  
263                 if (IS_IRC_SERVER(server))
264                         server_check_massjoins(server, max);
265         }
266  
267         return 1;
268 } 




Change Warning 2398.2412 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: