Skip to content

Question about aee_host_msg_callback payload size #552

@AfflatusX

Description

@AfflatusX

Right now aee_host_msg_callback's msg_len is a 16bit unsigned integer:

int aee_host_msg_callback(void *msg, uint16_t msg_len)

The call fails when the payload size overflows, and shows no error message - essentially install app request hangs.

Is there any specific reason that this can't be a 32 bit integer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions