You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a possible size error in smtc_modem_core\smtc_modem_crypto\soft_secure_element\soft_se.c:smtc_secure_element_get_pin(). The memcpy uses a size of SMTC_SE_EUI_SIZE, but probably should use SMTC_SE_PIN_SIZE.
The text was updated successfully, but these errors were encountered:
Hi @rdaubencd !
This issue is now solved in the new v3.3.0 release of the project.
The fix is mentioned in CHANGELOG.
You can also see the fix in code here
There is a possible size error in smtc_modem_core\smtc_modem_crypto\soft_secure_element\soft_se.c:smtc_secure_element_get_pin(). The memcpy uses a size of SMTC_SE_EUI_SIZE, but probably should use SMTC_SE_PIN_SIZE.
The text was updated successfully, but these errors were encountered: