Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Dangerous Function Cast  at irc-expandos.c:168

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 388.388
Procedure: irc_expandos_deinit
Trace: View
Modified: Wed Sep 2 11:34:03 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
   /u1/paul/SATE/2010/c/irssi/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 388.388 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: