Wireshark-commits: [Wireshark-commits] rev 50250: / /trunk-1.10/epan/dissectors/: packet-btsdp.c pa

Date: Sun, 30 Jun 2013 11:25:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50250

User: morriss
Date: 2013/06/30 04:25 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r50094 | eapache | 2013-06-20 19:27:16 -0400 (Thu, 20 Jun 2013) | 5 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-dcom-sysact.c
 
   Save and restore private_data pointer instead of freeing the old one, since this
   function can be called nestedly. Also use wmem memory so it doesn't leak.
 
   Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828
 
   ------------------------------------------------------------------------
 
   ------------------------------------------------------------------------
   r50134 | eapache | 2013-06-24 19:26:56 -0400 (Mon, 24 Jun 2013) | 5 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-btsdp.c
 
   Based on initial patch by Michal Labedzki
 
   Don't return a negative value from get_type_length, it can get us into bad
   loops. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8831
 
   ------------------------------------------------------------------------

Directory: /trunk-1.10/epan/dissectors/
  Changes    Path                    Action
  +7 -1      packet-btsdp.c          Modified
  +5 -6      packet-dcom-sysact.c    Modified