On Fri, Apr 23, 2021 at 10:09 PM Andy Shevchenko
wrote:
>
> On Fri, Apr 23, 2021 at 05:08:05PM +0900, Yuichiro Goto wrote:
> > Use of strcat() against an uninitialized buffer would lead
> > to buffer overflow. This patch fixes it.
>
> Thanks for report!
>
> Can you also add a Fixes tag?
>
> > Sign
On Fri, Apr 23, 2021 at 05:08:05PM +0900, Yuichiro Goto wrote:
> Use of strcat() against an uninitialized buffer would lead
> to buffer overflow. This patch fixes it.
Thanks for report!
Can you also add a Fixes tag?
> Signed-off-by: Yuichiro Goto
> Cc: Peter Robinson
> Cc: Andy Shevchenko
> C
Use of strcat() against an uninitialized buffer would lead
to buffer overflow. This patch fixes it.
Signed-off-by: Yuichiro Goto
Cc: Peter Robinson
Cc: Andy Shevchenko
Cc: Nicolas Saenz Julienne
---
Changes for v2:
- Add "IOMUX" in title
common/iomux.c | 5 -
1 file changed, 4 insertion
3 matches
Mail list logo