
Currently, osif_request_alloc is done and waiting for response after posting the message NDP_END_REQ. But this may lead to invalid memory access if message gets processed in scheduler thread and response also comes before the request is allocated. Allocate the request before sending message to avoid this. Change-Id: I88b0a8be229e779526f0f3cf184b191e00872ee8 CRs-Fixed: 2782045