On Sat, Sep 01, 2012 at 11:12:23AM +0200, Stefan Weil wrote: > Report from smatch: > hw/cadence_uart.c:413 uart_read(13) error: buffer overflow 's->r' 18 <= 18 > > This fixes read access to s->r[R_MAX] which is behind the limits of s->r. > > Signed-off-by: Stefan Weil <[email protected]> > --- > hw/cadence_uart.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan
