ECC-453: grib_set fails randomly: Unable to set stepRange

This commit is contained in:
Shahram Najm 2017-03-24 11:13:30 +00:00
parent 7860fa1b46
commit cb9861c1d9
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ static int pack_long(grib_accessor* a, const long* val, size_t *len)
{
char buff[100];
size_t bufflen=100;
char sval[100];
char sval[100] = {0};
char* p=sval;
size_t svallen=100;
grib_accessor_g1step_range* self = (grib_accessor_g1step_range*)a;