Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 24664: /trunk/ /trunk/epan/dissectors/: packet-ldap.c /t

Date: Mon, 17 Mar 2008 12:03:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24664

User: morriss
Date: 2008/03/17 12:03 PM

Log:
 There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don't se_ alloc that structure but rather g_malloc() it and free it after we've freed the contents.  This fixes the LDAP part of the crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +11 -5     packet-ldap.c    Modified

Directory: /trunk/asn1/ldap/
  Changes    Path                      Action
  +8 -2      packet-ldap-template.c    Modified