Re: [PATCH 2/8] acpi: Fix buffer overflow in do_acpi_dump()

2022-04-29 Thread Tom Rini
On Sun, Apr 03, 2022 at 10:39:09AM +, Andrew Scull wrote: > When do_acpi_dump() converts the table name to upper case, pass the > actual size of the output buffer so that the null terminator doesn't get > written beyond the end of the buffer. > > Signed-off-by: Andrew Scull > Cc: Simon

Re: [PATCH 2/8] acpi: Fix buffer overflow in do_acpi_dump()

2022-04-11 Thread Simon Glass
On Sun, 3 Apr 2022 at 04:39, Andrew Scull wrote: > > When do_acpi_dump() converts the table name to upper case, pass the > actual size of the output buffer so that the null terminator doesn't get > written beyond the end of the buffer. > > Signed-off-by: Andrew Scull > Cc: Simon Glass > Cc: