stack smashing error while libspdm_decode_secured_message #2667
Unanswered
moronmonkey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use decoding functionality of libspdm, there is an stack smashing error when the function
libspdm_decode_secured_message
when used by itself in an standalone app. I am providing my test-bench hereI use the following command to build and run
g++-9 decode_test.cpp
pkg-config --cflags libspdm-lspdm -lspdm_crypto -lspdm_platform -lmbedcrypto -lmbedx509
and get this following error
Beta Was this translation helpful? Give feedback.
All reactions