Nick Terrell d760529a05 Fix stack buffer overrun when weightTotal == 0
If `weightTotal == 0`, then `BIT_highbit32(weightTotal)` is
undefined behavior in the case that it calls `__builtin_clz()`.
If `tableLog == HUF_TABLELOG_ABSOLUTEMAX` then we will access one
byte beyond the end of the buffer.
2016-10-19 11:39:11 -07:00
..
2016-10-11 08:21:09 -07:00
2016-07-17 16:21:37 +02:00
2016-08-30 11:06:28 -07:00
2016-08-30 12:03:36 -07:00
2016-08-30 11:06:28 -07:00