Skip to content
Commit 7d6b902e authored by Coly Li's avatar Coly Li Committed by Jens Axboe
Browse files

bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()



The local variables check_state (in bch_btree_check()) and state (in
bch_sectors_dirty_init()) should be fully filled by 0, because before
allocating them on stack, they were dynamically allocated by kzalloc().

Signed-off-by: default avatarColy Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20220527152818.27545-2-colyli@suse.de
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent b9684a71
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment