Re: [PATCH 2/4] fbcon: prevent possible buffer overflow.

2012-08-23 Thread Florian Tobias Schandinat
On 07/24/2012 01:00 AM, Paul Cercueil wrote: > Signed-off-by: Paul Cercueil Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/console/fbcon.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbco

[PATCH 2/4] fbcon: prevent possible buffer overflow.

2012-07-23 Thread Paul Cercueil
Signed-off-by: Paul Cercueil --- drivers/video/console/fbcon.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index a0b1818..3ffab97 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.