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

Check data length and IANA for OEM commands #267

Closed
wants to merge 1 commit into from

Commits on Apr 27, 2022

  1. Check data length and IANA for OEM commands

    Summary:
    - BIC will hang up if OEM command with no data is received, as following
    bic-util slot1 0xe0 0x60
    
    - IPMI message retains previous data, if the retained data is same as
    IANA, the check will pass even data length is zero.
    - Fixed it by checking data length and IANA.
    
    Test plan:
    Build code: PASS
    Yi-Shum committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b47d587 View commit details
    Browse the repository at this point in the history