Commit 13716ffb authored by Guillaume Quintard's avatar Guillaume Quintard

Silent coverity

parent 8e4be283
......@@ -88,6 +88,7 @@ huff_decode(char *str, int nm, struct hpk_iter *iter, int ilen)
if (sym->csm == 0 || pl < sym->csm)
return (0);
assert(sym->csm <= 8);
pack <<= sym->csm;
assert(sym->csm <= pl);
pl -= sym->csm;
......
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