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

tcti-libtpms: fix big endian response size. #2701

Commits on Nov 2, 2023

  1. tcti-libtpms: fix big endian response size.

    size_t was used for the sizes determined by the TPMLIB_Process call.
    TPMLIB_Process uses uint32_t values. This did work on little endian
    architectures. On big endian architectures wrong sizes were computed
    by the tcti receive function. Now uint32_t parameters are used for
    the TPMLIB_Process call.
    
    Signed-off-by: Juergen Repp <juergen_repp@web.de>
    JuergenReppSIT committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9ecfec7 View commit details
    Browse the repository at this point in the history