Commit 1e67d68f authored by Russ Kubik's avatar Russ Kubik

Missing modification to buffer size for 9 digits

parent cafdb685
......@@ -613,7 +613,7 @@ asn_time2GT_frac(GeneralizedTime_t *opt_gt, const struct tm *tm, int frac_value,
const unsigned int buf_size =
4 + 2 + 2 /* yyyymmdd */
+ 2 + 2 + 2 /* hhmmss */
+ 1 + 6 /* .ffffff */
+ 1 + 9 /* .fffffffff */
+ 1 + 4 /* +hhmm */
+ 1 /* '\0' */
;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment