On Sat, Oct 15, 2016 at 8:32 AM, Colin King <[email protected]> wrote: > From: Colin Ian King <[email protected]> > > 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 <[email protected]>
Thanks, I've already applied a similar fix from Dan Carpenter.

