Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Dangerous Function Cast  at fe-exec.c:673

Categories: LANG.CAST.FN CWE:628 CWE:234
Warning ID: 1643.27023
Procedure: fe_exec_deinit
Trace: view
Modified: Thu Nov 26 11:01:00 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/core/fe-exec.c
   Enter fe_exec_deinit
 663  
 664                 while (processes != NULL)
 665                         process_destroy(processes->data, -1);
 666         }
 667  
 668         command_unbind("exec", (SIGNAL_FUNC) cmd_exec);   /* Dangerous Function Cast (ID: 1640.27022) */
 669  
 670         signal_remove("pidwait", (SIGNAL_FUNC) sig_pidwait);   /* Dangerous Function Cast (ID: 1651.27026) */
 671         signal_remove("exec input", (SIGNAL_FUNC) sig_exec_input);   /* Dangerous Function Cast (ID: 1648.27025) */
 672         signal_remove("window destroyed", (SIGNAL_FUNC) sig_window_destroyed);   /* Dangerous Function Cast (ID: 1646.27024) */
Wrong Number of Parameters673         signal_remove("send text", (SIGNAL_FUNC) event_text);     /* Dangerous Function Cast */
 674 } 




Change Warning 1643.27023 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: