Byte - in has now valguard

FossilOrigin-Name: 7926e93ff40c6f5f6b34190ed6591339025f1a23c93469370c1fa160176571e5
This commit is contained in:
7u83@mail.ru
2018-04-25 08:43:27 +00:00
parent 98c682e7e6
commit 1f68439fa7
32 changed files with 189 additions and 112 deletions

View File

@ -9,6 +9,6 @@ int cw_in_generic_with_index(struct cw_ElemHandler *eh,
idx = cw_get_byte(data);
sprintf(key,"%s.%d",eh->key,idx);
cw_ktv_add(params->conn->remote_cfg,key,eh->type,data+1,len-1);
cw_ktv_add(params->conn->remote_cfg,key,eh->type,NULL,data+1,len-1);
return 1;
}