Closed semmerson closed 8 years ago
Line 147 in rtstats/binstats.c is
sprintf(stats_data, "%14.14s %14.14s %32.32s %7.10s %32.32s %12.0lf %12.0lf %.8g %10.2f %4.0f@%4.4s %20.20s\n",
The "%32.32s" is truncating the "origin_v_upstream" field. It should be 64 characters. This might cause problems for subsequent processing.
LDM versions 6.10.1 and earlier don't have the precision specifications.
LDM version 6.11.7 doesn't give a reason for the change in the CHANGE_LOG file.
Fixed after version 6.12.14.
Line 147 in rtstats/binstats.c is
The "%32.32s" is truncating the "origin_v_upstream" field. It should be 64 characters. This might cause problems for subsequent processing.
LDM versions 6.10.1 and earlier don't have the precision specifications.
LDM version 6.11.7 doesn't give a reason for the change in the CHANGE_LOG file.