Wireshark-commits: [Wireshark-commits] rev 49451: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

Date: Mon, 20 May 2013 18:50:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49451

User: mmann
Date: 2013/05/20 11:50 AM

Log:
 The printf format may require 2 arguments passed and if it does, the second argument could be garbage, so make sure printf has 2 arguments.  Fixes bug 8066 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8066)

Directory: /trunk/ui/cli/
  Changes    Path            Action
  +1 -1      tap-iostat.c    Modified