]> git.ipfire.org Git - thirdparty/zstd.git/commit
FIO_addFInfo: Fully initialize output 'total' struct 1029/head
authorConrad Meyer <cem@FreeBSD.org>
Wed, 28 Feb 2018 22:16:30 +0000 (14:16 -0800)
committerConrad Meyer <cem@FreeBSD.org>
Wed, 28 Feb 2018 23:23:05 +0000 (15:23 -0800)
commit606374269cf3485972c90b993fbb84dc20da032f
treef888e8e82a7fbec3942f5a46b761e0527f97f857
parent564cb1b640c753160b6655d95bae62d1f03f7781
FIO_addFInfo: Fully initialize output 'total' struct

Silence a Coverity warning about 'windowSize' being uninitialized.
(Yes, nothing that calls this routine actually uses the windowSize
value.  Still, appeasing Coverity is pretty harmless in this case.)
programs/fileio.c