Pascal Quantin
changed
bug 9155
Comment # 1
on bug 9155
from Pascal Quantin
Could it be as simple as?
Index: asn1/h225/h225.cnf
===================================================================
--- asn1/h225/h225.cnf (revision 52095)
+++ asn1/h225/h225.cnf (working copy)
@@ -268,6 +268,7 @@
#.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)) {
I do not have the environment right now to retest with the change above.
You are receiving this mail because:
- You are watching all bug changes.