Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at irc-expandos.c:168

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1095.26541
Procedure: irc_expandos_deinit
Trace: view
Modified: Thu Nov 26 10:59: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/irc/core/irc-expandos.c
   Enter irc_expandos_deinit
 158 {
 159         g_free_not_null(last_join);
 160  
 161         expando_destroy(":", expando_lastjoin);
 162         expando_destroy("H", expando_server_numeric);
 163         expando_destroy("S", expando_servername);
 164         expando_destroy("X", expando_userhost);
 165         expando_destroy("usermode", expando_usermode);
 166         expando_destroy("cumode", expando_cumode);
 167  
Wrong Number of Parameters168         signal_remove("event join", (SIGNAL_FUNC) event_join);     /* Dangerous Function Cast */
 169 } 




Change Warning 1095.26541 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: