diff options
author | Jeff Hamilton <jham@google.com> | 2012-08-29 19:31:07 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-29 19:31:07 -0700 |
commit | fbeffa5c89094a9eec01ffb85f1c3b3773e197f2 (patch) | |
tree | eeb812e235022dcbcc66efa6d613cfb9ba66752c | |
parent | caa9f7c0ff7a38d04318e50e89051a724fecec42 (diff) | |
parent | cbef2c806acfba5b63963844fccfe3fae975d6bd (diff) | |
download | external_libnfc-nxp-fbeffa5c89094a9eec01ffb85f1c3b3773e197f2.zip external_libnfc-nxp-fbeffa5c89094a9eec01ffb85f1c3b3773e197f2.tar.gz external_libnfc-nxp-fbeffa5c89094a9eec01ffb85f1c3b3773e197f2.tar.bz2 |
am cbef2c80: Merge "HCI ANY_OPEN_PIPE on identity management gate crash fix"
* commit 'cbef2c806acfba5b63963844fccfe3fae975d6bd':
HCI ANY_OPEN_PIPE on identity management gate crash fix
-rw-r--r-- | src/phHciNfc_AdminMgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phHciNfc_AdminMgmt.c b/src/phHciNfc_AdminMgmt.c index b65abf2..45298a1 100644 --- a/src/phHciNfc_AdminMgmt.c +++ b/src/phHciNfc_AdminMgmt.c @@ -997,6 +997,7 @@ static pipe_id = hcp_message->payload[RESPONSE_PIPEID_OFFSET]; p_pipe_info = (phHciNfc_Pipe_Info_t *) phOsalNfc_GetMemory(sizeof(phHciNfc_Pipe_Info_t)); + memset(p_pipe_info, 0, sizeof(phHciNfc_Pipe_Info_t)); if(NULL != p_pipe_info) { /* The Source Host is the UICC Host */ |