http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35082
User: morriss
Date: 2010/11/30 02:28 PM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :
Limit the length of manuf names to 8 characters in make-manuf (this matches
the (old) limit in addr_resolv.c).
Dynamically allocate memory to store the manuf name in epan/addr_resolv.c so
that we don't end up corrupting the UTF-8 if/when we need to truncate the
string.
Directory: /trunk/epan/
Changes Path Action
+12 -8 addr_resolv.c Modified
Directory: /trunk/
Changes Path Action
+8 -7 make-manuf Modified