Hi Nick,
On Wed, Aug 30, 2023 at 12:49:53AM -0700, syzbot wrote:
> UBSAN: array-index-out-of-bounds in lib/zstd/common/fse_decompress.c:345:30
> index 33 is out of range for type 'FSE_DTable[1]' (aka 'unsigned int[1]')
Zstandard needs to be converted to use C99 flex-arrays instead of length-1
arr
On Thu, Oct 5, 2023 at 11:35 AM Eric Biggers wrote:
>
> From: Josef Bacik
>
> We are going to track per-extent information, so it'll be necessary to
> distinguish between inode infos and extent infos. Rename fscrypt_info
> to fscrypt_inode_info, adjusting any lines that now exceed 80
> character