Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Unused Value  at fe-events.c:240

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 7346.28441
Procedure: event_pong
Trace: view
Modified: Thu Nov 26 11:09:42 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/fe-common/irc/fe-events.c
  Enter event_pong
235 static void event_pong(IRC_SERVER_REC *server, const char *data, const char *nick) 
236 {
237         char *params, *host, *reply;
238  
239         g_return_if_fail(data != NULL);
240         if (nick == NULL) nick = server->real_address;     /* Unused Value */
241  
242         params = event_get_params(data, 2 | PARAM_FLAG_GETREST, &host, &reply);
243         printformat(server, NULL, MSGLEVEL_CRAP, IRCTXT_PONG, host, reply);
244         g_free(params);
245 } 




Change Warning 7346.28441 : Unused Value

Priority:
State:
Finding:
Owner:
Note: