mbox series

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

Message ID cover.1546667177.git.gustavo@embeddedor.com (mailing list archive)
Headers show
Series Fix NULL pointer dereference and use struct_size | expand

Message

Gustavo A. R. Silva Jan. 5, 2019, 5:52 a.m. UTC
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 for this patch.

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

Both issues were detected with the help of Coccinelle.

Thanks

Changes in v2:
 - Fix bug in patch 2/2 reported by kbuild test robot.

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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)