Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Unused Value  at notifylist.c:244

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2214.2220
Procedure: event_quit
Trace: View
Modified: Wed Sep 2 11:52:44 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/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 2214.2220 : Unused Value

Priority:
State:
Finding:
Owner:
Note: