Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at wlan_stat_dlg.c:1290

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

wlanstat_dlg_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/wlan_stat_dlg.c)expand/collapse
Show more  
 1280          gtk_container_add(GTK_CONTAINER(hbox), filter_cb);
 1281          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(filter_cb), FALSE);
 1282          gtk_tooltips_set_tip(tooltips, filter_cb, "Limit the list to entries matching the current display filter.", NULL);
 1283          g_signal_connect(filter_cb, "toggled", G_CALLBACK(wlan_filter_toggle_dest), hs);
 1284   
 1285          existing_cb = gtk_check_button_new_with_mnemonic("Only show existing networks");
 1286          gtk_container_add(GTK_CONTAINER(hbox), existing_cb);
 1287          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(existing_cb), FALSE);
 1288          gtk_tooltips_set_tip(tooltips, existing_cb, "This option disables probe requests for "
 1289                               "unknown networks.", NULL);
 1290          g_signal_connect(existing_cb, "toggled", G_CALLBACK(wlan_existing_toggle_dest), hs);
 1291   
 1292          /* Button row. */
 1293          bbox = dlg_button_row_new (GTK_STOCK_CLOSE, GTK_STOCK_COPY, GTK_STOCK_HELP, NULL);
 1294   
 1295          gtk_box_pack_end (GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 1296   
 1297          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 1298          window_set_cancel_button (wlanstat_dlg_w, close_bt, window_cancel_button_cb);
 1299   
 1300          copy_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_COPY);
Show more  




Change Warning 869.29206 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: