Re: [PATCH v3] IOMUX: Fix buffer overflow in iomux_replace_device()

2021-04-27 Thread Tom Rini
On Mon, Apr 26, 2021 at 08:08:03AM +0900, Yuichiro Goto wrote: > Use of strcat() against an uninitialized buffer would lead > to buffer overflow. This patch fixes it. > > Fixes: 694cd5618c ("IOMUX: Introduce iomux_replace_device()") > Signed-off-by: Yuichiro Goto > Cc: Peter Robinson > Cc: Andy

Re: [PATCH v3] IOMUX: Fix buffer overflow in iomux_replace_device()

2021-04-27 Thread Peter Robinson
On Mon, Apr 26, 2021 at 12:08 AM Yuichiro Goto wrote: > > Use of strcat() against an uninitialized buffer would lead > to buffer overflow. This patch fixes it. > > Fixes: 694cd5618c ("IOMUX: Introduce iomux_replace_device()") > Signed-off-by: Yuichiro Goto > Cc: Peter Robinson > Cc: Andy Shevche

Re: [PATCH v3] IOMUX: Fix buffer overflow in iomux_replace_device()

2021-04-26 Thread Andy Shevchenko
On Mon, Apr 26, 2021 at 08:08:03AM +0900, Yuichiro Goto wrote: > Use of strcat() against an uninitialized buffer would lead > to buffer overflow. This patch fixes it. Reviewed-by: Andy Shevchenko > Fixes: 694cd5618c ("IOMUX: Introduce iomux_replace_device()") > Signed-off-by: Yuichiro Goto > Cc