Re: [PATCH net-next 1/1] smc: some potential use after free bugs

2017-01-30 Thread David Miller
From: Ursula Braun Date: Mon, 30 Jan 2017 10:55:04 +0100 > From: Dan Carpenter > > Say we got really unlucky and these failed on the last iteration, then > it could lead to a use after free bug. > > Fixes: cd6851f30386 ("smc: remote memory buffers (RMBs)") > Signed-off-by: Dan Carpenter > Sig

[PATCH net-next 1/1] smc: some potential use after free bugs

2017-01-30 Thread Ursula Braun
From: Dan Carpenter Say we got really unlucky and these failed on the last iteration, then it could lead to a use after free bug. Fixes: cd6851f30386 ("smc: remote memory buffers (RMBs)") Signed-off-by: Dan Carpenter Signed-off-by: Ursula Braun --- net/smc/smc_core.c | 5 + 1 file changed