We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1acffc commit 09cff0eCopy full SHA for 09cff0e
source/6LoWPAN/Thread/thread_common.c
@@ -717,6 +717,7 @@ void thread_child_id_request_info_init(thread_pending_child_id_req_t *child_info
717
thread_pending_child_id_req_t *thread_child_id_request_allocate(void)
718
{
719
thread_pending_child_id_req_t *req = ns_dyn_mem_alloc(sizeof(thread_pending_child_id_req_t));
720
+ memset(req->eiid, 0 , 8);
721
thread_child_id_request_info_init(req);
722
return req;
723
}
0 commit comments