Re: [Mesa-dev] [PATCH] vl: Fix off-by-one error in device_name_length allocation.

2013-02-22 Thread Michel Dänzer
On Fre, 2013-02-22 at 07:44 +0100, Vinson Lee wrote: Fixes out-of-bounds write reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- src/gallium/auxiliary/vl/vl_winsys_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] vl: Fix off-by-one error in device_name_length allocation.

2013-02-22 Thread Christian König
Am 22.02.2013 07:44, schrieb Vinson Lee: Fixes out-of-bounds write reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org Reviewed-by: Christian König christian.koe...@amd.com --- src/gallium/auxiliary/vl/vl_winsys_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)