Text  |   XML   |   Visible Warnings:

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

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 766.26212
Procedure: expandos_deinit
Trace: view
Modified: Thu Nov 26 10:57:38 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/core/expandos.c
   Enter expandos_deinit
 712  
 713         g_free_not_null(last_sent_msg); g_free_not_null(last_sent_msg_body);
 714         g_free_not_null(last_privmsg_from); g_free_not_null(last_public_from);
 715         g_free_not_null(sysname); g_free_not_null(sysrelease);
 716         g_free_not_null(sysarch);
 717  
 718         g_source_remove(timer_tag);
 719         signal_remove("message public", (SIGNAL_FUNC) sig_message_public);   /* Dangerous Function Cast (ID: 769.26215) */
 720         signal_remove("message private", (SIGNAL_FUNC) sig_message_private);   /* Dangerous Function Cast (ID: 768.26214) */
 721         signal_remove("message own_private", (SIGNAL_FUNC) sig_message_own_private);   /* Dangerous Function Cast (ID: 767.26213) */
Wrong Number of Parameters722         signal_remove("setup changed", (SIGNAL_FUNC) read_settings);     /* Dangerous Function Cast */
 723 } 




Change Warning 766.26212 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: