Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Dangerous Function Cast  at fe-help.c:267

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 876.876
Procedure: fe_help_deinit
Trace: View
Modified: Wed Sep 2 11:37:28 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/fe-common/core/fe-help.c
   Enter fe_help_deinit
 257 }
 258  
 259 void fe_help_init(void)
 260 {
 261         settings_add_str("misc", "help_path", HELPDIR);
 262         command_bind("help", NULL, (SIGNAL_FUNC) cmd_help);   /* Dangerous Function Cast (ID: 875.875) */
 263 }
 264  
 265 void fe_help_deinit(void) 
 266 {
Wrong Number of Parameters267         command_unbind("help", (SIGNAL_FUNC) cmd_help);     /* Dangerous Function Cast */
 268 




Change Warning 876.876 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: