On Mon, Sep 23, 2019 at 03:09:58PM -0500, Navid Emamdoost wrote: > In nbd_add_socket when krealloc succeeds, if nsock's allocation fail the > reallocted memory is leak. The correct behaviour should be assigning the > reallocted memory to config->socks right after success. > > Signed-off-by: Navid Emamdoost <navid.emamdoost@xxxxxxxxx> > --- Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef