Messages in this thread |  | | From | Dan Williams <> | Date | Sat, 15 Oct 2016 08:49:47 -0700 | Subject | Re: [PATCH] libnvdimm: fix dereference on null devs on error exit path |
| |
On Sat, Oct 15, 2016 at 8:32 AM, Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > If devs cannot be allocated then the error exit path jumps to > a cleanup loop that iterates over a null array of devs which > is incorrect. Fix this by jumping instead to the end of the > function where NULL is returned. > > Signed-off-by: Colin Ian King <colin.king@canonical.com>
Thanks, I've already applied a similar fix from Dan Carpenter.
|  |