Add suggested memset

pull/3656/head
Chick3nman 10 months ago
parent 20d3252863
commit b6804aa34d

@ -68,6 +68,8 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
hc_token_t token;
memset (&token, 0, sizeof (hc_token_t));
token.token_cnt = 2;
token.sep[0] = hashconfig->separator;

Loading…
Cancel
Save