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

fix responder_chunk_send buffer overflow #2640

Merged
merged 6 commits into from
Mar 30, 2024
Merged

fix responder_chunk_send buffer overflow #2640

merged 6 commits into from
Mar 30, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    7dd4c5f View commit details
    Browse the repository at this point in the history
  2. Add minimal chunk_size check for chunk_send_request, align with chunk…

    …_response_response.
    
    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    962736b View commit details
    Browse the repository at this point in the history
  3. Add minimal large message check.

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    92ccb29 View commit details
    Browse the repository at this point in the history
  4. Avoid recursive SPDM_CHUNK_SEND.

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3eef8d6 View commit details
    Browse the repository at this point in the history
  5. Improve readability of calc_max_chunk_size calculation

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    703d07a View commit details
    Browse the repository at this point in the history
  6. remove invalid unit test for algorithm chunk.

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a095447 View commit details
    Browse the repository at this point in the history