Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Dangerous Function Cast  at perl-core.c:473

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1678.1678
Procedure: perl_core_deinit
Trace: View
Modified: Wed Sep 2 11:44:32 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
   /u1/paul/SATE/2010/c/irssi/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 1678.1678 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: