Re: [PATCH v3] nbd_genl_status: null check for nla_nest_start
From: Michal Kubecek Hi, I found that CVE-2019-16089 still exist in upstream kernel. Does anyone know why this patch was not merged?
[PATCH v3] nbd_genl_status: null check for nla_nest_start
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. Update: removed extra new line. v3 Update: added release reply, thanks to Michal Kubecek for pointing out. Signed-off-by: Navid Emamdoost --- drivers/block