Skip to content

Commit

Permalink
fix typo for vendor_req msg.
Browse files Browse the repository at this point in the history
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
  • Loading branch information
jyao1 committed Apr 25, 2024
1 parent fa4e002 commit 266c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/spdm_responder_lib/libspdm_rsp_vendor_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ libspdm_return_t libspdm_get_vendor_defined_response(libspdm_context_t *spdm_con
resp_data = ((uint8_t *)response) + sizeof(spdm_vendor_defined_response_msg_t);

req_vendor_id = ((const uint8_t *)request) +
sizeof(spdm_vendor_defined_response_msg_t);
sizeof(spdm_vendor_defined_request_msg_t);
req_size = *(const uint16_t *)(req_vendor_id + spdm_request->len);
req_data = ((const uint8_t *)request) +
sizeof(spdm_vendor_defined_request_msg_t) +
Expand Down

0 comments on commit 266c3ca

Please sign in to comment.