Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at dcc-send.c:481

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1333.26779
Procedure: dcc_send_deinit
Trace: view
Modified: Thu Nov 26 10:59:59 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     
ProblemLineSource
   /kat0/fletcher/SATE/2010/irssi-0.8.14/src/irc/dcc/dcc-send.c
   Enter dcc_send_deinit
 471  
 472         dcc_queue_init();
 473 }
 474  
 475 void dcc_send_deinit(void) 
 476 {
 477         dcc_queue_deinit();
 478  
 479         dcc_unregister_type("SEND");
 480         signal_remove("dcc destroyed", (SIGNAL_FUNC) sig_dcc_destroyed);   /* Dangerous Function Cast (ID: 1335.26781) */
Wrong Number of Parameters481         signal_remove("dcc reply send pasv", (SIGNAL_FUNC) dcc_send_connect);     /* Dangerous Function Cast */
 482         command_unbind("dcc send", (SIGNAL_FUNC) cmd_dcc_send);   /* Dangerous Function Cast (ID: 1334.26780) */
 483 } 




Change Warning 1333.26779 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: