Wireshark-commits: [Wireshark-commits] rev 52444: /trunk-1.10/epan/dissectors/ /trunk-1.10/epan/dis

Date: Mon, 07 Oct 2013 23:38:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52444

User: eapache
Date: 2013/10/07 11:38 PM

Log:
 The trunk fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9232 is
 not easily backportable because wmem_strbuf is not fully implemented in 1.10.
 Instead, fix it by making sure that if our manual string-counter does overflow
 past the end of the buffer, we reset it back.

Directory: /trunk-1.10/epan/dissectors/
  Changes    Path              Action
  +60 -10    packet-btsdp.c    Modified