Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:320

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

toolbar_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_toolbar.c)expand/collapse
Show more  
 309   
 310      toolbar_item(stop_button, main_tb,  
 311          WIRESHARK_STOCK_CAPTURE_STOP, tooltips, "Stop the running live capture", capture_stop_cb, NULL);
 312   
 313      toolbar_item(clear_button, main_tb,  
 314          WIRESHARK_STOCK_CAPTURE_RESTART, tooltips, "Restart the running live capture", capture_restart_cb, NULL);
 315   
 316      toolbar_append_separator(main_tb);
 317  #endif /* HAVE_LIBPCAP */
 318   
 319      toolbar_item(open_button, main_tb,  
 320          GTK_STOCK_OPEN, tooltips, "Open a capture file...", file_open_cmd_cb, NULL);
 321   
 322      /* Only create a separate button in GTK < 2.4.  With GTK 2.4+, we will
 323       * just modify the save_button to read/show save or save as as needed.
 324       * We'll also fudge in an object key ("save") for the save button with data which  specifies 
 325       * whether the button is currently "save" (1)or "save as" (0).
 326       * The fcn file_save_or_save_as_cmd_cb 
 327       * will then call the appropriate file_save_cmd_cb or file_save_as_cmd_cb
 328       */
 329   
 330      toolbar_item(save_button, main_tb,  
Show more  




Change Warning 392.28364 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: