Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at h225_counter.c:551

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

gtk_h225counter_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/h225_counter.c)expand/collapse
Show more  
 541                  return;
 542          }
 543   
 544          /* Button row. */
 545          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 546          gtk_box_pack_end(GTK_BOX(hs->vbox), bbox, FALSE, FALSE, 0);
 547   
 548          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 549          window_set_cancel_button(hs->win, close_bt, window_cancel_button_cb);
 550   
 551          g_signal_connect(hs->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 552          g_signal_connect(hs->win, "destroy", G_CALLBACK(win_destroy_cb), hs);
 553   
 554          gtk_widget_show_all(hs->win);
 555          window_present(hs->win);
 556   
 557          cf_retap_packets(&cfile, FALSE);
 558          gdk_window_raise(hs->win->window);
 559  }
 560   
 561  void 
Show more  




Change Warning 656.28842 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: