Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at prefs_layout.c:118

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

layout_content_radio_vbox

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/prefs_layout.c)expand/collapse
Show more  
 108      gtk_tooltips_set_tip (tooltips, radio_pbytes_rb, "Put the packet bytes hexdump in this pane.", NULL);
 109      gtk_container_add(GTK_CONTAINER(radio_vb), radio_pbytes_rb);
 110   
 111      g_object_set_data(G_OBJECT(radio_vb), LAYOUT_NONE_RB_KEY,       radio_none_rb);
 112      g_object_set_data(G_OBJECT(radio_vb), LAYOUT_PLIST_RB_KEY,      radio_plist_rb);
 113      g_object_set_data(G_OBJECT(radio_vb), LAYOUT_PDETAILS_RB_KEY,   radio_pdetails_rb);
 114      g_object_set_data(G_OBJECT(radio_vb), LAYOUT_PBYTES_RB_KEY,     radio_pbytes_rb);
 115   
 116      g_signal_connect(radio_none_rb,       "toggled", G_CALLBACK(layout_validate_cb), main_vb);
 117      g_signal_connect(radio_plist_rb,      "toggled", G_CALLBACK(layout_validate_cb), main_vb);
 118      g_signal_connect(radio_pdetails_rb,   "toggled", G_CALLBACK(layout_validate_cb), main_vb);
 119      g_signal_connect(radio_pbytes_rb,     "toggled", G_CALLBACK(layout_validate_cb), main_vb);
 120   
 121      return radio_vb;
 122  }
 123   
 124  static void
 125  layout_type_changed_cb (GtkToggleButton * togglebutton, gpointer user_data)
 126  {
 127          GtkWidget ** layout_type_buttons = (GtkWidget**) user_data;
 128          static gboolean dampen_feedback_loop = FALSE;
Show more  




Change Warning 461.28455 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: