Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at print_dlg.c:159

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

file_print_cmd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/print_dlg.c)expand/collapse
Show more  
 149    }
 150   
 151    /* init the printing range */
 152    packet_range_init(&args->range);
 153   
 154    if(print_selected) {
 155        args->range.process = range_process_selected;
 156    }
 157   
 158    print_win = open_print_dialog("Wireshark: Print", output_action_print, args);
 159    g_signal_connect(print_win, "destroy", G_CALLBACK(print_destroy_cb), &print_win);
 160  }
 161   
 162  void 
 163  file_print_cmd_cb(GtkWidget *widget _U_, gpointer data _U_)
 164  {
 165      file_print_cmd(FALSE);
 166  }
 167   
 168  void 
 169  file_print_selected_cmd_cb(GtkWidget *widget _U_, gpointer data _U_)
Show more  




Change Warning 469.28467 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: