Text  |   XML   |   Visible Warnings:

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

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1052.26498
Procedure: irc_commands_deinit
Trace: view
Modified: Thu Nov 26 10:58:52 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/irc/core/irc-commands.c
   Enter irc_commands_deinit
 1061         command_unbind("list", (SIGNAL_FUNC) cmd_list);   /* Dangerous Function Cast (ID: 1062.26508) */
 1062         command_unbind("who", (SIGNAL_FUNC) cmd_who);   /* Dangerous Function Cast (ID: 1061.26507) */
 1063         command_unbind("names", (SIGNAL_FUNC) cmd_names);   /* Dangerous Function Cast (ID: 1060.26506) */
 1064         command_unbind("nick", (SIGNAL_FUNC) cmd_nick);   /* Dangerous Function Cast (ID: 1059.26505) */
 1065         command_unbind("note", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1058.26504) */
 1066         command_unbind("whois", (SIGNAL_FUNC) cmd_whois);   /* Dangerous Function Cast (ID: 1057.26503) */
 1067         command_unbind("whowas", (SIGNAL_FUNC) cmd_whowas);   /* Dangerous Function Cast (ID: 1056.26502) */
 1068         command_unbind("ping", (SIGNAL_FUNC) cmd_ping);   /* Dangerous Function Cast (ID: 1055.26501) */
 1069         command_unbind("kill", (SIGNAL_FUNC) command_2self);   /* Dangerous Function Cast (ID: 1054.26500) */
 1070         command_unbind("away", (SIGNAL_FUNC) cmd_away);   /* Dangerous Function Cast (ID: 1053.26499) */
Wrong Number of Parameters1071         command_unbind("ison", (SIGNAL_FUNC) command_1self);     /* Dangerous Function Cast */
 1072         command_unbind("accept", (SIGNAL_FUNC) cmd_accept);   /* Dangerous Function Cast (ID: 1051.26497) */
 1073         command_unbind("admin", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1050.26496) */
 1074         command_unbind("info", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1049.26495) */
 1075     command_unbind("knock", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1048.26494) */
 1076         command_unbind("links", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1047.26493) */
 1077         command_unbind("lusers", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1046.26492) */
 1078         command_unbind("map", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1045.26491) */
 1079         command_unbind("motd", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1044.26490) */
 1080         command_unbind("rehash", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1043.26489) */
 1081         command_unbind("stats", (SIGNAL_FUNC) command_self);   /* Dangerous Function Cast (ID: 1042.26488) */




Change Warning 1052.26498 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: