http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52497
User: eapache
Date: 2013/10/10 04:18 PM
Log:
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246
Fix memory leaks and bad memory accesses in c1222 dissector.
From me: use realloc in a handoff function since it may get called multiple
times, and we only need the latest.
Directory: /trunk/asn1/c1222/
Changes Path Action
+3 -0 c1222.cnf Modified
+21 -10 packet-c1222-template.c Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+29 -14 packet-c1222.c Modified
Directory: /trunk/epan/
Changes Path Action
+7 -15 oids.c Modified