Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at fe-help.c:267

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1658.27028
Procedure: fe_help_deinit
Trace: view
Modified: Thu Nov 26 11:01:02 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/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: 1655.27027) */
 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 1658.27028 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: