[engineering.redhat.com #494735] Re: [PATCH] nbd_genl_status: null check for nla_nest_start

2019-07-29 Thread Red Hat Product Security
Hi Navid, Thank you for you report. I have forwarded this to our analysis team. Once I'll get an update on your reported vulnerability and it's patched I'll let you know. Please let me know if you have any questions or concerns. On Mon Jul 29 12:42:56 2019, navid.emamdo...@gmail.com wrote: > nla_

Re: [PATCH] nbd_genl_status: null check for nla_nest_start

2019-07-29 Thread Josef Bacik
On Tue, Jul 23, 2019 at 06:01:57PM -0500, Navid Emamdoost wrote: > nla_nest_start may fail and return NULL. The check is inserted, and > errno is selected based on other call sites within the same source code. > > Signed-off-by: Navid Emamdoost > --- > drivers/block/nbd.c | 6 ++ > 1 file ch

[PATCH] nbd_genl_status: null check for nla_nest_start

2019-07-23 Thread Navid Emamdoost
nla_nest_start may fail and return NULL. The check is inserted, and errno is selected based on other call sites within the same source code. Signed-off-by: Navid Emamdoost --- drivers/block/nbd.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c