Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at dcc-queue.c:225

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1341.26787
Procedure: dcc_queue_deinit
Trace: view
Modified: Thu Nov 26 11:00:01 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-queue.c
   Enter dcc_queue_deinit
 215  
 216 void dcc_queue_deinit(void) 
 217 {
 218         int i;
 219  
 220         for (i = 0; i < queuelist->len; i++)
 221                 dcc_queue_free(i);
 222  
 223         g_ptr_array_free(queuelist, TRUE);
 224  
Wrong Number of Parameters225         signal_remove("dcc destroyed", (SIGNAL_FUNC) sig_dcc_destroyed);     /* Dangerous Function Cast */
 226 } 




Change Warning 1341.26787 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: