Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Unused Value  at fe-events.c:240

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2283.2291
Procedure: event_pong
Trace: View
Modified: Wed Sep 2 11:56:20 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/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 2283.2291 : Unused Value

Priority:
State:
Finding:
Owner:
Note: