From afc7d6ff6663086aa8bb745fcb8f03f4d5f1d5aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Jun 2004 15:27:30 +0000 Subject: Fix size of address array --- hcid/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/security.c b/hcid/security.c index 7ac0dc79..7e2123ca 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -236,7 +236,7 @@ static void call_pin_helper(int dev, struct hci_conn_info *ci) { pin_code_reply_cp pr; struct sigaction sa; - char addr[12], str[255], *pin, name[20]; + char addr[18], str[255], *pin, name[20]; FILE *pipe; int ret, len; -- cgit