Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_if_dlg.c:748

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

capture_if_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/capture_if_dlg.c)expand/collapse
Show more  
 738    help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 739    g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)(HELP_CAPTURE_INTERFACES_DIALOG));
 740   
 741    gtk_widget_size_request(GTK_WIDGET(close_bt), &requisition);
 742    /* height + static offset + what the GTK MS Windows Engine needs in addition per interface */
 743    height += requisition.height + 20 + ifs;
 744    gtk_window_set_default_size(GTK_WINDOW(cap_if_w), -1, height);
 745   
 746    gtk_widget_grab_default(close_bt);
 747   
 748    g_signal_connect(cap_if_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 749    g_signal_connect(cap_if_w, "destroy", G_CALLBACK(capture_if_destroy_cb), sc);
 750   
 751    gtk_widget_show_all(cap_if_w);
 752    window_present(cap_if_w);
 753   
 754    set_capture_if_dialog_for_capture_in_progress(g_capture_in_progress);
 755   
 756      /* update the interface list every 1000ms */
 757    timer_id = g_timeout_add(1000, update_all, sc);
 758  }
Show more  




Change Warning 138.27934 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: