Re: [PATCH v3 01/13] serial: sandbox: Fix buffer underflow in puts

2022-06-23 Thread Tom Rini
On Mon, May 30, 2022 at 10:00:01AM +, Andrew Scull wrote: > Fix the buffer underflow that would occur if puts is called with length > of zero. > > Fixes: efa51f2bd64 ("serial: sandbox: Implement puts") > Cc: Sean Anderson > Cc: Simon Glass > Reviewed-by: Sean Anderson For the series, appl

Re: [PATCH v3 01/13] serial: sandbox: Fix buffer underflow in puts

2022-05-31 Thread Sean Anderson
On 5/30/22 6:00 AM, Andrew Scull wrote: > Fix the buffer underflow that would occur if puts is called with length > of zero. > > Fixes: efa51f2bd64 ("serial: sandbox: Implement puts") > Cc: Sean Anderson > Cc: Simon Glass > --- > drivers/serial/sandbox.c | 2 +- > 1 file changed, 1 insertion