Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at pixmap_save.c:164

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

pixmap_save_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/pixmap_save.c)expand/collapse
Show more  
 154                                                    gdk_pixbuf_format_get_name(pixbuf_format));
 155                  }
 156                  ffp = g_slist_next(ffp);
 157          }
 158          g_slist_free(file_formats);
 159   
 160          gtk_combo_box_set_active(GTK_COMBO_BOX(type_cm), 0);
 161          g_object_set_data(G_OBJECT(save_as_w), "type_cm", type_cm);
 162          gtk_widget_show(type_cm);
 163   
 164          g_signal_connect(save_as_w, "destroy", G_CALLBACK(pixbuf_save_destroy_cb), NULL);
 165   
 166          gtk_widget_show(save_as_w);
 167          window_present(save_as_w);
 168          parent = gtk_widget_get_parent_window(w);
 169          gdk_window_set_transient_for(save_as_w->window, parent);
 170           
 171  #if 0 
 172          if(gtk_dialog_run(GTK_DIALOG(save_as_w)) == GTK_RESPONSE_ACCEPT)
 173                  pixbuf_save_button_cb(save_as_w, pixbuf);
 174   
Show more  




Change Warning 426.28403 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: