Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at perl-core.c:473

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 3514.27830
Procedure: perl_core_deinit
Trace: view
Modified: Thu Nov 26 11:04:55 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/perl/perl-core.c
   Enter perl_core_deinit
 463         }
 464  
 465         module_register("perl", "core");
 466 }
 467  
 468 void perl_core_deinit(void) 
 469 {
 470         perl_scripts_deinit();
 471         perl_signals_deinit();
 472  
Wrong Number of Parameters473         signal_remove("script error", (SIGNAL_FUNC) sig_script_error);     /* Dangerous Function Cast */
 474         PERL_SYS_TERM();
 475 } 




Change Warning 3514.27830 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: