Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at summary_dlg.c:427

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

summary_open_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/summary_dlg.c)expand/collapse
Show more  
 417   
 418   
 419    /* Button row. */
 420    bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_HELP, NULL);
 421    gtk_container_add(GTK_CONTAINER(main_vb), bbox);
 422   
 423    close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 424    window_set_cancel_button(sum_open_w, close_bt, window_cancel_button_cb);
 425   
 426    help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 427    g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_STATS_SUMMARY_DIALOG);
 428   
 429    gtk_widget_grab_focus(close_bt);
 430   
 431    g_signal_connect(sum_open_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 432   
 433    gtk_widget_show_all(sum_open_w);
 434    window_present(sum_open_w);
 435  }
Show more  




Change Warning 546.28621 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: