aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222/c1222.cnf
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-10 16:18:49 +0000
committerEvan Huus <eapache@gmail.com>2013-10-10 16:18:49 +0000
commita50dee3286db96e5749e21bba6f9b4bab3fb6dfc (patch)
treee54c24449cd5d5269bc435678e22a19309d5b61c /asn1/c1222/c1222.cnf
parent1370003beeecb819de990e215d65c02a8d7c3d92 (diff)
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. svn path=/trunk/; revision=52497
Diffstat (limited to 'asn1/c1222/c1222.cnf')
-rw-r--r--asn1/c1222/c1222.cnf3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/c1222/c1222.cnf b/asn1/c1222/c1222.cnf
index ec0e9b3704..851f40c3f5 100644
--- a/asn1/c1222/c1222.cnf
+++ b/asn1/c1222/c1222.cnf
@@ -98,4 +98,7 @@ AE-qualifier TYPE=FT_UINT32
%(DEFAULT_BODY)s
FILL_TABLE(iv_element);
+#.FN_BODY MESSAGE
+ clear_canon();
+ %(DEFAULT_BODY)s
#.END