Hi Dan, On Wed, Dec 9, 2020 at 7:52 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > The "ret" variable should be set to -ENOMEM but it returns uninitialized > stack data. > > Fixes: 64e8a6ece1a5 ("block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks for the patch. But there is already a fix from Colin merged in block tree: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?h=for-5.11/drivers&id=733c15bd3a944b8eeaacdddf061759b6a83dd3f4 There is still other problem through with commit 64e8a6ece1a5 ("block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name") I will send the fix today together with other changes. Regards! Jack