Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize variable to quiet compiler finding
GCC 12.2.0 believes that the variable secured_context might be used in the switch-case LIBSPDM_DATA_SESSION_SEQUENCE_NUMBER_REQ_DIR without being initialized. This though does not happen because in that case need_session_info_for_data() will return true and secured_context will be set. Change-Id: I1f661115b9a9c27eeddc4238c1887fdd0566b533 Signed-off-by: Patrick Wildt <[email protected]>
- Loading branch information