Re: [U-Boot] [PATCH 1/1] net: mvpp2x: add check after calloc

2018-03-07 Thread Joe Hershberger
On Tue, Mar 6, 2018 at 8:39 PM, Heinrich Schuchardt wrote: > After allocating plat the pointer is checked. > Afterwards name is allocated and not checked. > > Add the missing check to avoid a possible NULL dereference. > > Signed-off-by: Heinrich Schuchardt

[U-Boot] [PATCH 1/1] net: mvpp2x: add check after calloc

2018-03-06 Thread Heinrich Schuchardt
After allocating plat the pointer is checked. Afterwards name is allocated and not checked. Add the missing check to avoid a possible NULL dereference. Signed-off-by: Heinrich Schuchardt --- drivers/net/mvpp2.c | 4 1 file changed, 4 insertions(+) diff --git