Wireshark-commits: [Wireshark-commits] rev 33872: /trunk/plugins/asn1/ /trunk/plugins/asn1/: packet
Date: Sat, 21 Aug 2010 03:44:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33872

User: morriss
Date: 2010/08/20 08:44 PM

Log:
 prefs_register_string_preference() overwrites the given value pointer with a copy of the string.  Since the string this dissector passes in is mallocated, keep a pointer to it and then free it after the pointer has been overwritten.

Directory: /trunk/plugins/asn1/
  Changes    Path             Action
  +11 -1     packet-asn1.c    Modified