Files
kernel_arpi/drivers
Coly Li 1cdcd496b7 bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()
commit 7d6b902ea0e02b2a25c480edf471cbaa4ebe6b3c upstream.

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: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20220527152818.27545-2-colyli@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-07-02 16:41:12 +02:00
..
2022-06-29 09:03:24 +02:00
2022-06-22 14:22:05 +02:00
2022-06-29 09:03:24 +02:00
2022-06-09 10:22:56 +02:00
2022-06-22 14:22:03 +02:00
2022-06-14 18:36:28 +02:00
2022-04-13 20:59:01 +02:00