Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at fe-irc-commands.c:421

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 2559.27494
Procedure: fe_irc_commands_deinit
Trace: view
Modified: Thu Nov 26 11:03:01 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/fe-irc-commands.c
   Enter fe_irc_commands_deinit
 411         command_bind_irc("ban", NULL, (SIGNAL_FUNC) cmd_ban);   /* Dangerous Function Cast (ID: 2540.27487) */
 412         command_bind_irc("ver", NULL, (SIGNAL_FUNC) cmd_ver);   /* Dangerous Function Cast (ID: 2542.27488) */
 413         command_bind_irc("topic", NULL, (SIGNAL_FUNC) cmd_topic);   /* Dangerous Function Cast (ID: 2544.27489) */
 414         command_bind_irc("ts", NULL, (SIGNAL_FUNC) cmd_ts);   /* Dangerous Function Cast (ID: 2547.27490) */
 415         command_bind_irc("oper", NULL, (SIGNAL_FUNC) cmd_oper);   /* Dangerous Function Cast (ID: 2526.27480) */
 416         command_bind_irc("sethost", NULL, (SIGNAL_FUNC) cmd_sethost);   /* Dangerous Function Cast (ID: 2529.27482) */
 417 }
 418  
 419 void fe_irc_commands_deinit(void) 
 420 {
Wrong Number of Parameters421         command_unbind("me", (SIGNAL_FUNC) cmd_me);     /* Dangerous Function Cast */
 422         command_unbind("action", (SIGNAL_FUNC) cmd_action);   /* Dangerous Function Cast (ID: 2573.27493) */
 423         command_unbind("notice", (SIGNAL_FUNC) cmd_notice);   /* Dangerous Function Cast (ID: 2575.27492) */
 424         command_unbind("ctcp", (SIGNAL_FUNC) cmd_ctcp);   /* Dangerous Function Cast (ID: 2561.27491) */
 425         command_unbind("nctcp", (SIGNAL_FUNC) cmd_nctcp);   /* Dangerous Function Cast (ID: 2552.27502) */
 426         command_unbind("wall", (SIGNAL_FUNC) cmd_wall);   /* Dangerous Function Cast (ID: 2549.27501) */
 427         command_unbind("ban", (SIGNAL_FUNC) cmd_ban);   /* Dangerous Function Cast (ID: 2563.27500) */
 428         command_unbind("ver", (SIGNAL_FUNC) cmd_ver);   /* Dangerous Function Cast (ID: 2555.27499) */
 429         command_unbind("topic", (SIGNAL_FUNC) cmd_topic);   /* Dangerous Function Cast (ID: 2566.27498) */
 430         command_unbind("ts", (SIGNAL_FUNC) cmd_ts);   /* Dangerous Function Cast (ID: 2568.27497) */
 431         command_unbind("oper", (SIGNAL_FUNC) cmd_oper);   /* Dangerous Function Cast (ID: 2557.27496) */




Change Warning 2559.27494 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: