Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at prefs_gui.c:266

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

gui_prefs_show

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/prefs_gui.c)expand/collapse
Show more  
 256          "Which directory the \"File Open\" dialog should start with.", gui_fileopen_vals,
 257              prefs.gui_fileopen_style);
 258   
 259          /* Directory to default File Open dialog to */
 260          fileopen_dir_te = create_preference_entry(main_tb, pos++,  
 261          "Directory:", NULL, prefs.gui_fileopen_dir);
 262          gtk_tooltips_set_tip(tooltips, fileopen_dir_te,
 263                  "The \"File Open\" dialog defaults always to this directory.", NULL);
 264          g_object_set_data(G_OBJECT(main_vb), GUI_FILEOPEN_KEY, fileopen_rb);
 265          g_object_set_data(G_OBJECT(main_vb), GUI_FILEOPEN_DIR_KEY, fileopen_dir_te);
 266          g_signal_connect(fileopen_rb, "clicked", G_CALLBACK(fileopen_selected_cb), main_vb);
 267          g_signal_connect(fileopen_dir_te, "focus-out-event",
 268              G_CALLBACK(fileopen_dir_changed_cb), main_vb);
 269   
 270          /* File Open dialog preview timeout */
 271          fileopen_preview_te = create_preference_entry(main_tb, pos++,
 272              "\"File Open\" preview timeout:", "Timeout, until preview gives up scanning the capture file content.", open_file_preview_str);
 273          g_snprintf(current_val_str, sizeof(current_val_str), "%d", prefs.gui_fileopen_preview);
 274          gtk_entry_set_text(GTK_ENTRY(fileopen_preview_te), current_val_str);
 275          gtk_tooltips_set_tip(tooltips, fileopen_preview_te,  
 276          "Reading preview data in the \"File Open\" dialog will be stopped after given seconds.", NULL);
Show more  




Change Warning 459.28448 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: