Wireshark-commits: [Wireshark-commits] rev 45339: /trunk/ /trunk/epan/dissectors/: packet-usb.c
Date: Sat, 06 Oct 2012 14:23:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45339

User: eapache
Date: 2012/10/06 07:23 AM

Log:
 Fix error caught by valgrind where we were running off the end of a
 variable because we were passing the address of a single guint8 as a
 char*. Work around it by making the guint8 an array and filling the last
 element with 0 as if it were a null-terminated string.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +10 -7     packet-usb.c    Modified