diff --git a/drivers/bluetooth/vflash.c b/drivers/bluetooth/vflash.c index e889e823f7cb..266ea175f5c8 100755 --- a/drivers/bluetooth/vflash.c +++ b/drivers/bluetooth/vflash.c @@ -78,7 +78,7 @@ static long vflash_ioctl(struct file *file, } #else char *tempBuf = (char *)kmalloc(512, GFP_KERNEL); - char bd_addr[6] = {0}; + char bd_addr[7] = {0}; int i; GetSNSectorInfo(tempBuf);