commit | 0d460d6f414e02805cbc348404db03b2b7907360 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jun 01 10:57:00 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Oct 11 09:42:46 2011 +0200 |
tree | ab357e0a511d5433517594c1a851c418bcec8a2e | |
parent | 7ef6d3dc39f81bb798b153d8bfcab1e50bbc04b1 [diff] |
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>