Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at fe-dcc-get.c:147

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 2425.27440
Procedure: fe_dcc_get_deinit
Trace: view
Modified: Thu Nov 26 11:02:48 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/fe-common/irc/dcc/fe-dcc-get.c
   Enter fe_dcc_get_deinit
 137 }
 138  
 139 void fe_dcc_get_deinit(void) 
 140 {
 141         signal_remove("dcc request", (SIGNAL_FUNC) dcc_request);   /* Dangerous Function Cast (ID: 2439.27446) */
 142         signal_remove("dcc connected", (SIGNAL_FUNC) dcc_connected);   /* Dangerous Function Cast (ID: 2437.27445) */
 143         signal_remove("dcc closed", (SIGNAL_FUNC) dcc_closed);   /* Dangerous Function Cast (ID: 2435.27444) */
 144         signal_remove("dcc error file create", (SIGNAL_FUNC) dcc_error_file_create);   /* Dangerous Function Cast (ID: 2433.27443) */
 145         signal_remove("dcc error get not found", (SIGNAL_FUNC) dcc_error_get_not_found);   /* Dangerous Function Cast (ID: 2431.27442) */
 146         signal_remove("dcc error close not found", (SIGNAL_FUNC) dcc_error_close_not_found);   /* Dangerous Function Cast (ID: 2428.27441) */
Wrong Number of Parameters147         signal_remove("dcc error write", (SIGNAL_FUNC) dcc_error_write);     /* Dangerous Function Cast */
 148         signal_remove("dcc list print", (SIGNAL_FUNC) sig_dcc_list_print);   /* Dangerous Function Cast (ID: 2442.27447) */
 149 } 




Change Warning 2425.27440 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: