Text  |   XML   |   Visible Warnings:

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

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 2557.27496
Procedure: fe_irc_commands_deinit
Trace: view
Modified: Thu Nov 26 11:03: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/irc/fe-irc-commands.c
   Enter fe_irc_commands_deinit
 421         command_unbind("me", (SIGNAL_FUNC) cmd_me);   /* Dangerous Function Cast (ID: 2559.27494) */
 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) */
Wrong Number of Parameters431         command_unbind("oper", (SIGNAL_FUNC) cmd_oper);     /* Dangerous Function Cast */
 432         command_unbind("sethost", (SIGNAL_FUNC) cmd_sethost);   /* Dangerous Function Cast (ID: 2571.27495) */
 433 } 




Change Warning 2557.27496 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: