Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at find_dlg.c:392

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

find_frame_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/find_dlg.c)expand/collapse
Show more  
 382    /* Catch the "activate" signal on the filter text entry, so that
 383       if the user types Return there, we act as if the "OK" button 
 384       had been selected, as happens if Return is typed if some widget 
 385       that *doesn't* handle the Return key has the input focus. */
 386    dlg_set_activate(filter_text_box, ok_bt);
 387   
 388    /* Give the initial focus to the "Filter" entry box. */
 389    gtk_widget_grab_focus(filter_text_box);
 390   
 391    g_signal_connect(find_frame_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 392    g_signal_connect(find_frame_w, "destroy", G_CALLBACK(find_frame_destroy_cb), NULL);
 393   
 394    gtk_widget_show(find_frame_w);
 395    window_present(find_frame_w);
 396  }
 397   
 398  /* this function opens the find frame dialogue and sets the filter string */
 399  void 
 400  find_frame_with_filter(char *filter)
 401  {
 402          find_frame_cb(NULL, NULL);
Show more  




Change Warning 257.28132 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: