Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at goto_dlg.c:104

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

goto_frame_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/goto_dlg.c)expand/collapse
Show more  
 94       had been selected, as happens if Return is typed if some widget 
 95       that *doesn't* handle the Return key has the input focus. */
 96    dlg_set_activate(fnumber_te, ok_bt);
 97   
 98    /* Give the initial focus to the "Packet number" entry box. */
 99    gtk_widget_grab_focus(fnumber_te);
 100   
 101    /* Attach pointers to needed widgets to the capture prefs window/object */
 102    g_object_set_data(G_OBJECT(goto_frame_w), E_GOTO_FNUMBER_KEY, fnumber_te);
 103   
 104    g_signal_connect(goto_frame_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 105   
 106    gtk_widget_show(goto_frame_w);
 107    window_present(goto_frame_w);
 108  }
 109   
 110  static void
 111  goto_frame_ok_cb(GtkWidget *ok_bt _U_, gpointer parent_w)
 112  {
 113    GtkWidget   *fnumber_te;
 114    const gchar *fnumber_text;
Show more  




Change Warning 294.28202 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: