Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at dfilter_expr_dlg.c:1216

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dfilter_expr_dlg_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/dfilter_expr_dlg.c)expand/collapse
Show more  
 1206       * when it's destroyed, disconnect the signal we'll be 
 1207       * connecting below.
 1208       */
 1209      g_signal_connect(window, "destroy", G_CALLBACK(dfilter_expr_dlg_destroy_cb), filter_te);
 1210   
 1211      /*
 1212       * Catch the "destroy" signal on the text entry widget to which
 1213       * we're attached; if it's destroyed, we should destroy ourselves
 1214       * as well.
 1215       */
 1216      g_signal_connect(filter_te, "destroy", G_CALLBACK(dfilter_expr_dlg_cancel_cb), window);
 1217   
 1218      gtk_widget_show_all(window);
 1219      window_present(window);
 1220   
 1221      return window;
 1222  }
Show more  




Change Warning 209.28044 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: