Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at iax2_analysis.c:3211

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  
 3201          g_snprintf(label_reverse, sizeof(label_reverse),
 3202                  "Analysing stream from  %s port %u  to  %s port %u  ",
 3203                  str_ip_src, user_data->port_src_rev, str_ip_dst, user_data->port_dst_rev);
 3204   
 3205          /* Start a notebook for flipping between sets of changes */
 3206          notebook = gtk_notebook_new();
 3207          gtk_container_add(GTK_CONTAINER(main_vb), notebook);
 3208          g_object_set_data(G_OBJECT(window), "notebook", notebook);
 3209   
 3210          user_data->dlg.notebook_signal_id =
 3211                  g_signal_connect(notebook, "switch_page", G_CALLBACK(on_notebook_switch_page), user_data);
 3212   
 3213          /* page for forward connection */
 3214          page = gtk_vbox_new(FALSE, 8);
 3215          gtk_container_set_border_width(GTK_CONTAINER(page), 8);
 3216   
 3217          /* direction label */
 3218          label = gtk_label_new(label_forward);
 3219          gtk_box_pack_start(GTK_BOX(page), label, FALSE, FALSE, 0);
 3220   
 3221          /* place for some statistics */
Show more  




Change Warning 679.28943 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: