Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at color_edit_dlg.c:198

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

edit_color_filter_dialog

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/color_edit_dlg.c)expand/collapse
Show more  
 188      g_signal_connect(filt_text_entry, "key-press-event", G_CALLBACK (filter_string_te_key_pressed_cb), NULL);
 189      g_signal_connect(edit_dialog, "key-press-event", G_CALLBACK (filter_parent_dlg_key_pressed_cb), NULL);
 190      gtk_entry_set_text(GTK_ENTRY(filt_text_entry), colorf->filter_text);
 191   
 192      gtk_box_pack_start (GTK_BOX (filter_string_hbox), filt_text_entry, TRUE, TRUE, 0);
 193      gtk_tooltips_set_tip (tooltips, filt_text_entry, ("This is the editable text of the filter"), NULL);
 194   
 195      /* Create the "Add Expression..." button, to pop up a dialog 
 196         for constructing filter comparison expressions. */
 197      add_expression_bt = gtk_button_new_from_stock(WIRESHARK_STOCK_ADD_EXPRESSION);
 198      g_signal_connect(add_expression_bt, "clicked", G_CALLBACK(filter_expr_cb), filt_text_entry);
 199      gtk_box_pack_start (GTK_BOX(filter_string_hbox), add_expression_bt, FALSE, FALSE, 3);
 200      gtk_tooltips_set_tip (tooltips, add_expression_bt, ("Add an expression to the filter string"), NULL);
 201   
 202      /* Show the (in)validity of the default filter string */
 203      filter_te_syntax_check_cb(filt_text_entry);
 204   
 205      /* settings-hbox for "choose color frame" and "status frame" */
 206      settings_hbox = gtk_hbox_new (FALSE, 0);
 207      gtk_box_pack_start (GTK_BOX (dialog_vbox), settings_hbox, FALSE, FALSE, 0);
 208   
Show more  




Change Warning 168.27972 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: