Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at h225_ras_srt.c:331

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

gtk_h225rassrt_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/h225_ras_srt.c)expand/collapse
Show more  
 321                  return;
 322          }
 323   
 324          /* Button row. */
 325          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 326          gtk_box_pack_end(GTK_BOX(hs->vbox), bbox, FALSE, FALSE, 0);
 327   
 328          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 329          window_set_cancel_button(hs->win, close_bt, window_cancel_button_cb);
 330   
 331          g_signal_connect(hs->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 332          g_signal_connect(hs->win, "destroy", G_CALLBACK(win_destroy_cb), hs);
 333   
 334          gtk_widget_show_all(hs->win);
 335          window_present(hs->win);
 336   
 337          cf_retap_packets(&cfile, FALSE);
 338          gdk_window_raise(hs->win->window);
 339  }
 340   
 341  void 
Show more  




Change Warning 658.28845 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: