Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boot_serial: fix misuse of 'matched' param from zcbor_map_decode_bulk() #1733

Merged

Commits on Jun 28, 2023

  1. boot_serial: fix misuse of 'matched' param from zcbor_map_decode_bulk()

    The 'matched' param in zcbor_map_decode_bulk() function is 'pointer to
    the counter of matched keys', not length of payload buffer.
    
    Fixes: fac2cab ("boot_serial: Add image state set/get")
    Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
    pepe2k committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a9ce4c2 View commit details
    Browse the repository at this point in the history