[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1548175934.git.gustavo@embeddedor.com>
Date: Tue, 22 Jan 2019 10:55:13 -0600
From: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
To: Lee Jones <lee.jones@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>
Cc: linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>
Subject: [PATCH 0/2] Fix NULL pointer dereference and use struct_size()
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.
Gustavo A. R. Silva (2):
mfd: sm501: Fix potential NULL pointer dereference
mfd: sm501: Use struct_size() in devm_kzalloc()
drivers/mfd/sm501.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
2.20.1
Powered by blists - more mailing lists