Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at camel_counter.c:211

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

gtk_camelcounter_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/camel_counter.c)expand/collapse
Show more  
 201      return;
 202    }
 203   
 204    /* Button row. */
 205    bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 206    gtk_box_pack_end(GTK_BOX(p_camelcounter->vbox), bbox, FALSE, FALSE, 0);
 207   
 208    close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 209    window_set_cancel_button(p_camelcounter->win, close_bt, window_cancel_button_cb);
 210   
 211    g_signal_connect(p_camelcounter->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 212    g_signal_connect(p_camelcounter->win, "destroy", G_CALLBACK(win_destroy_cb), p_camelcounter);
 213   
 214    gtk_widget_show_all(p_camelcounter->win);
 215    window_present(p_camelcounter->win);
 216   
 217    cf_retap_packets(&cfile, FALSE);
 218    gdk_window_raise(p_camelcounter->win->window);
 219  }
 220   
 221  static tap_dfilter_dlg camel_counter_dlg = {
Show more  




Change Warning 591.28683 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: