An error response with any error code other than ResponseNotReady
shall re-initialize L1/L2 to null.
#2114
Labels
bug
Something isn't working
An error response with any error code other than
ResponseNotReady
shall re-initialize L1/L2 to null.libspdm_get_response_measurements
function, should calllibspdm_reset_message_m(spdm_context, session_info);
before return anylibspdm_generate_error_response
other thanResponseNotReady
error.MEASUREMENTS_RESPONSE1
successful, butMEASUREMENTS_RESPONSE2
error at the following line 364 or 372, then should calllibspdm_reset_message_m(spdm_context, session_info);
before returnlibspdm_generate_error_response
.libspdm/library/spdm_responder_lib/libspdm_rsp_measurements.c
Lines 362 to 375 in 83cbb2f
libspdm_rsp_measurements.c
, for example,libspdm/library/spdm_responder_lib/libspdm_rsp_measurements.c
Lines 95 to 107 in 83cbb2f
libspdm_req_get_measurements.c
, for example, the line 414~415,libspdm/library/spdm_requester_lib/libspdm_req_get_measurements.c
Lines 411 to 424 in 83cbb2f
The text was updated successfully, but these errors were encountered: