]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: xgifb: increase VBIOS_VER_MAX_LENGTH to 5
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 17 Jun 2010 17:10:57 +0000 (13:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jun 2010 21:33:36 +0000 (14:33 -0700)
commit6e5db771e10fccde1e48bf665dc900372826bc38
tree7b9f88a4785fdd1594654c1ef284e1b820ee7a49
parent6eed8dc793c3122471c8dc9a12e331386b783141
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 <wfp5p@virginia.edu>
Cc: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/vgatypes.h