Fuzzing.
This commit is contained in:
parent
d1780825e3
commit
9c9645598e
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ proc getBitsAsUnsignedInt(state: var DecoderState, n: int): int =
|
||||||
state.bitCount -= n
|
state.bitCount -= n
|
||||||
return k.int
|
return k.int
|
||||||
|
|
||||||
{.push overflowChecks: off.}
|
{.push overflowChecks: off, rangeChecks: off.}
|
||||||
|
|
||||||
proc decodeRegularBlock(
|
proc decodeRegularBlock(
|
||||||
state: var DecoderState, component: int, data: var array[64, int16]
|
state: var DecoderState, component: int, data: var array[64, int16]
|
||||||
|
|
Loading…
Reference in a new issue