You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messaging: remove fixed output buffer from 'reply_to_message_result()'
Remove 'MAX_STANDARD_OUTPUT_MSG_SIZE' buffer from stack. Have the
caller pass a buffer appropriately sized for cbor serialisation into
this call, consistent with the other calls for sending replies/messages.
Place large buffers onto the heap.
0 commit comments