Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at find_dlg.c:373

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  
 363    g_object_set_data(G_OBJECT(find_frame_w), E_FILT_TE_BUTTON_KEY, filter_bt);
 364   
 365    /*
 366     * Now that we've attached the pointers, connect the signals - if 
 367     * we do so before we've attached the pointers, the signals may 
 368     * be delivered before the pointers are attached; the signal
 369     * handlers expect the pointers to be attached, and won't be happy.
 370     */
 371    g_signal_connect(hex_rb, "clicked", G_CALLBACK(hex_selected_cb), find_frame_w);
 372    g_signal_connect(string_rb, "clicked", G_CALLBACK(string_selected_cb), find_frame_w);
 373    g_signal_connect(filter_rb, "clicked", G_CALLBACK(filter_selected_cb), find_frame_w);
 374   
 375    string_selected_cb(NULL, find_frame_w);
 376    filter_selected_cb(NULL, find_frame_w);
 377   
 378    window_set_cancel_button(find_frame_w, cancel_bt, window_cancel_button_cb);
 379   
 380    gtk_widget_grab_default(ok_bt);
 381   
 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 
Show more  




Change Warning 259.28135 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: