Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at iax2_analysis.c:3305

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

create_iax2_dialog

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/iax2_analysis.c)expand/collapse
Show more  
 3295          g_signal_connect(refresh_bt, "clicked", G_CALLBACK(on_refresh_bt_clicked), user_data);
 3296   
 3297          goto_bt = gtk_button_new_from_stock(GTK_STOCK_JUMP_TO);
 3298          gtk_container_add(GTK_CONTAINER(box4), goto_bt);
 3299          gtk_widget_show(goto_bt);
 3300          g_signal_connect(goto_bt, "clicked", G_CALLBACK(on_goto_bt_clicked), user_data);
 3301   
 3302          graph_bt = gtk_button_new_with_label("Graph");
 3303          gtk_container_add(GTK_CONTAINER(box4), graph_bt);
 3304          gtk_widget_show(graph_bt);
 3305          g_signal_connect(graph_bt, "clicked", G_CALLBACK(on_graph_bt_clicked), user_data);
 3306   
 3307   
 3308  #ifdef USE_CONVERSATION_GRAPH 
 3309          graph_bt = gtk_button_new_with_label("Graph");
 3310          gtk_container_add(GTK_CONTAINER(box4), graph_bt);
 3311          gtk_widget_show(graph_bt);
 3312          g_signal_connect(graph_bt, "clicked", G_CALLBACK(on_graph_bt_clicked), user_data);
 3313  #endif
 3314   
 3315          next_bt = gtk_button_new_with_label("Next non-Ok");
Show more  




Change Warning 674.28935 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: