Wireshark-commits: [Wireshark-commits] rev 52156: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 20 Sep 2013 14:41:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52156

User: eapache
Date: 2013/09/20 07:41 AM

Log:
 Don't use g_strv_length on a single string, just use strlen. Also do the
 null-check *before* calling strlen (if it's even necessary?)
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9166

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-dhcpv6.c    Modified