From: Bill Pemberton Date: Thu, 17 Jun 2010 17:10:57 +0000 (-0400) Subject: Staging: xgifb: increase VBIOS_VER_MAX_LENGTH to 5 X-Git-Tag: v2.6.36-rc1~520^2~1^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5db771e10fccde1e48bf665dc900372826bc38;p=pandora-kernel.git Staging: xgifb: increase VBIOS_VER_MAX_LENGTH to 5 VBIOS_VER_MAX_LENGTH was set to 4, but the value "0.84" is strcpy'd into it. That value is 5 long including the trailing NULL. Signed-off-by: Bill Pemberton Cc: Arnaud Patard Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed