dweiller a53cf299a6 std.compress.zstandard: add error condition to ring buffer decoding
Previously `executeSequenceRingBuffer()` would not verify the offset
against the number of bytes already decoded, so it would happily copy
garbage bytes rather than return an error before the window was filled.

To fix this a new `written_count` is added to the decode state that
tracks the total number of bytes decoded.
2023-02-20 09:09:06 +11:00
..
2023-02-20 09:09:05 +11:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-02-18 19:17:21 -07:00
2023-02-14 02:17:33 +02:00
2022-12-13 13:14:20 +02:00
2023-02-20 09:09:05 +11:00
2023-01-11 15:39:48 -08:00
2022-09-11 23:18:43 -04:00
2023-02-17 09:08:41 -07:00
2022-04-15 17:01:01 -05:00
2023-01-06 18:52:39 -07:00
2023-02-03 00:06:11 -07:00