aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/h225.cnf
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-09-16 21:26:03 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-09-16 21:26:03 +0000
commit7d6899b96b1b4c757fc10da89f21459c70af5779 (patch)
tree7e1a54a42adae4527b278b7a7b37b2da381c2bf6 /asn1/h225/h225.cnf
parent6079691af4ae918a041ec582c40c6f6d9d20ec44 (diff)
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :
Ensure that codec_str string is always initialized svn path=/trunk/; revision=52107
Diffstat (limited to 'asn1/h225/h225.cnf')
-rw-r--r--asn1/h225/h225.cnf1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index 8b8386ea09..3ef0997ca5 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -268,6 +268,7 @@ IsupNumber/nationalStandardPartyNumber isupNationalStandardPartyNumber
#.FN_BODY FastStart/_item VAL_PTR = &value_tvb
tvbuff_t *value_tvb = NULL;
char codec_str[50];
+ codec_str[0] = '\0';
%(DEFAULT_BODY)s
if (value_tvb && tvb_length(value_tvb)) {