vvfat: Fix potential buffer overflow
authorKevin Wolf <kwolf@redhat.com>
Wed, 1 Jun 2011 08:57:00 +0000 (10:57 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 11 Oct 2011 07:42:46 +0000 (09:42 +0200)
commitb1ade69d9fbc65cb87693ed92b0df9b8a442fc03
treeab357e0a511d5433517594c1a851c418bcec8a2e
parentace6ecdc5257a7919b8dd09101c650642f4a233c
vvfat: Fix potential buffer overflow

path2[PATH_MAX] can be used for the null termination, so make the array big
enough to allow this.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c