All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: zynqmp: Misc fixes
@ 2021-08-18  6:59 Shubhrajyoti Datta
  2021-08-18  6:59 ` [PATCH 1/3] clk: zynqmp: Check the return type Shubhrajyoti Datta
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shubhrajyoti Datta @ 2021-08-18  6:59 UTC (permalink / raw)
  To: linux-clk; +Cc: sboyd, mturquette, michal.simek, git-dev, Shubhrajyoti Datta


The series fixes
- Memory leak 
- A stack-out-of-bounds in strncpy
- Adds a check for return type

Ian Nam (1):
  clk: zynqmp: Fix stack-out-of-bounds in strncpy`

Shubhrajyoti Datta (2):
  clk: zynqmp: Check the return type
  clk: zynqmp: Fix a memory leak

 drivers/clk/zynqmp/clk-mux-zynqmp.c |  2 +-
 drivers/clk/zynqmp/clkc.c           | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-29  4:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  6:59 [PATCH 0/3] clk: zynqmp: Misc fixes Shubhrajyoti Datta
2021-08-18  6:59 ` [PATCH 1/3] clk: zynqmp: Check the return type Shubhrajyoti Datta
2021-08-29  4:26   ` Stephen Boyd
2021-08-29  4:26   ` Stephen Boyd
2021-08-18  6:59 ` [PATCH 2/3] clk: zynqmp: Fix a memory leak Shubhrajyoti Datta
2021-08-29  4:26   ` Stephen Boyd
2021-08-18  6:59 ` [PATCH 3/3] clk: zynqmp: Fix stack-out-of-bounds in strncpy` Shubhrajyoti Datta
2021-08-29  4:25   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.