BTHCI ACL: ensure to initialize the full bthci_acl_data_t structure

Change-Id: Ie1a020bf5dddde3f9476a6fdf307da9effb4bf8c
Ping-Bug: 12939
Reviewed-on: https://code.wireshark.org/review/17870
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-09-22 21:01:52 +02:00
parent 8438c1d5a6
commit 14fcb720dd
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ dissect_bthci_acl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *dat
acl_data->adapter_id = adapter_id;
acl_data->adapter_disconnect_in_frame = bluetooth_data->adapter_disconnect_in_frame;
acl_data->chandle = connection_handle;
acl_data->is_btle = FALSE;
key[0].length = 1;
key[0].key = &interface_id;