Merge pull request #7854 from deepakvenugopal/master

Nanostack patch release for Mbed OS 5.10
pull/7635/merge
Martin Kojtal 2018-08-24 14:46:42 +02:00 committed by GitHub
commit 3065e2fce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ int8_t mac_pd_sap_data_cb(void *identifier, arm_phy_sap_msg_t *message)
}
//Do not accept commend frame with length 0
if (fcf_read.frametype == FC_CMD_FRAME && length == 0) {
return -1;
goto ERROR_HANDLER;
}
//Parse IE Elements