]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed static analyzer warnings 1348/head
authorYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 22:59:11 +0000 (15:59 -0700)
committerYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 22:59:11 +0000 (15:59 -0700)
commit3ca626122364d0d53185fc552ab42bc59559c251
tree86d89010beb2b43d5e8adb9cfbc5491f03e460f6
parentd98733b37e3117b8be0e11ff697f25ba44d9db6a
fixed static analyzer warnings

note : for some reason,
scan-build version on my laptop found problems within fastcover.c
that scan-build on travisCI does not flag.

They are, as usual, false positive :
the analyzer does not understand that a table (`offset`) is correctly filled before usage.
lib/dictBuilder/fastcover.c
programs/fileio.c