Flexelint polish

Ref 63e4f71e
parent 01bf0dd2
......@@ -611,7 +611,7 @@ static inline void
bit_clear(uint8_t *p, unsigned l)
{
memset(p, 0, (l + 7) >> 3);
memset(p, 0, ((size_t)l + 7) >> 3);
}
/*--------------------------------------------------------------------
......
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