]> git.ipfire.org Git - thirdparty/zstd.git/commit
baby-step towards solving flexArray issue #3785
authorYann Collet <cyan@fb.com>
Mon, 9 Oct 2023 23:47:52 +0000 (16:47 -0700)
committerYann Collet <cyan@fb.com>
Wed, 18 Oct 2023 23:21:39 +0000 (16:21 -0700)
commitd988e00a7fe551785bc8c3de8cd5e4266280ce6d
tree04e859f167b2b956f80dca5191c600e897386da3
parent69036dffe50f385bd3b7b187e3fd230f4b2ef97e
baby-step towards solving flexArray issue #3785

the flexArray in structure FSE_DecompressWksp
is just a way to derive a pointer easily,
without risk/complexity of calculating it manually.

Not sure if this change is good enough to avoid ubsan warnings though.
lib/common/fse_decompress.c
lib/compress/fse_compress.c