Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Unused Value  at notifylist.c:244

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 7279.28367
Procedure: event_quit
Trace: view
Modified: Thu Nov 26 11:09:07 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/irc/notifylist/notifylist.c
  Enter event_quit
239 static void event_quit(IRC_SERVER_REC *server, const char *data,
240                        const char *nick) 
241 {
242         NOTIFY_NICK_REC *rec;
243  
244         if (*data == ':') data++; /* quit message */     /* Unused Value */
245  
246         rec = notify_nick_find(server, nick);
247         if (rec != NULL) notifylist_left(server, rec);
248 } 




Change Warning 7279.28367 : Unused Value

Priority:
State:
Finding:
Owner:
Note: