[PATCH 0/2] Fix NULL pointer dereference and use struct_size

From: Gustavo A. R. Silva
Date: Fri Jan 04 2019 - 12:13:55 EST


Hi,

The first patch in this series fixes a potential NULL pointer
dereference by adding a NULL check. A tag for stable has been
added in this patch.

The second patch promotes the use of struct_size() in devm_kzalloc().

Both issues were detected with the help of Coccinelle.

Thanks

Gustavo A. R. Silva (2):
ARM: integrator: impd1: fix NULL pointer dereference
ARM: integrator: impd1: use struct_size() in devm_kzalloc()

arch/arm/mach-integrator/impd1.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

--
2.20.1