Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at service_response_time_table.c:325

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

init_srt_table

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/service_response_time_table.c)expand/collapse
Show more  
 315          gtk_clist_set_column_width(rst->table, 1, 160);
 316          gtk_clist_set_column_width(rst->table, 2, 50);
 317          gtk_clist_set_column_width(rst->table, 3, 60);
 318          gtk_clist_set_column_width(rst->table, 4, 60);
 319          gtk_clist_set_column_width(rst->table, 5, 60);
 320   
 321          gtk_clist_set_shadow_type(rst->table, GTK_SHADOW_IN);
 322          gtk_clist_column_titles_show(rst->table);
 323          gtk_container_add(GTK_CONTAINER(rst->scrolled_window), (GtkWidget *)rst->table);
 324   
 325          g_signal_connect(rst->table, "click-column", G_CALLBACK(srt_click_column_cb), col_arrows);
 326   
 327          gtk_widget_show(GTK_WIDGET(rst->table));
 328          gtk_widget_show(rst->scrolled_window);
 329   
 330   
 331          rst->num_procs=num_procs;
 332          rst->procedures=g_malloc(sizeof(srt_procedure_t)*num_procs);
 333          for(i=0;i<num_procs;i++){
 334                  rst->procedures[i].stats.num=0;
 335                  rst->procedures[i].stats.min.secs=0;
Show more  




Change Warning 539.28599 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: