Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:285

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

follow_find_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/follow_stream.c)expand/collapse
Show more  
 274                  return;
 275          }
 276   
 277          /* Create the find box */
 278          find_dlg_w = dlg_window_new("Wireshark: Find text");
 279          gtk_window_set_transient_for(GTK_WINDOW(find_dlg_w),
 280                                       GTK_WINDOW(follow_info->streamwindow));
 281          gtk_window_set_destroy_with_parent(GTK_WINDOW(find_dlg_w), TRUE);
 282          follow_info->find_dlg_w = find_dlg_w;
 283   
 284          g_signal_connect(find_dlg_w, "destroy", G_CALLBACK(follow_find_destroy_cb),
 285                         follow_info);
 286          g_signal_connect(find_dlg_w, "delete_event", G_CALLBACK(window_delete_event_cb),
 287                         NULL);
 288   
 289          /* Main vertical box */
 290          main_vb = gtk_vbox_new(FALSE, 3);
 291          gtk_container_set_border_width(GTK_CONTAINER(main_vb), 5);
 292          gtk_container_add(GTK_CONTAINER(find_dlg_w), main_vb);
 293   
 294          /* Horizontal box for find label, entry field and up/down radio 
 295             buttons */
Show more  




Change Warning 282.28170 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: