[PATCH] Gpu: drm: fix buffer overflow in nouveau_bios.c

2010-02-21 Thread chris . nicholson
From: Chris Nicholson This is a patch to the nouveau_bios.c file that fixes up a buffer overflow Signed-off-by: Chris Nicholson --- drivers/gpu/drm/nouveau/nouveau_bios.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers

Re: [PATCH] Gpu: drm: fix buffer overflow in nouveau_bios.c

2010-02-20 Thread Francisco Jerez
chris.nichol...@cnick.org.uk writes: > From: Chris Nicholson > > This is a patch to the nouveau_bios.c file that fixes up a > buffer overflow > This bug was already fixed upstream (774baeb0ba92bcb082f9868726a27a015c9a0897). In any case, thank you. > Signed-off-by: Chris Nicholson > --- > drive