Skip to content
Snippets Groups Projects
Commit 43a16056 authored by JohnLai's avatar JohnLai
Browse files

Floss: Refactor send_response to pass the value correctly

The method try_into cannot convert a variable length vector into a
fixed size array, so instead of using try_into, you can use a loop
to copy the elements of the value vector into a fixed size array.

Bug: 267596712
Test: Manually
Tag: #floss
Change-Id: I745ad3f9ef65ebd410173ea3a4463a093f64105e
parent 5c7ddd47
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment