We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ans_index is able to overflow fmp_tx_payload_ans.
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_fmp_package.c
Line 498 in 45e19e5
The reason behind this is that it loops and can fill the buffer as long ass there are msg's, but the buffer is as big as the biggest package.
Line 490 in 45e19e5
Line 188 in 45e19e5
This can also happen in lorawan_fragmentation_package.c and possible in remote_multicast_tx_payload_ans The same problems occurs in fuota_packages_v2
lorawan_fragmentation_package.c
remote_multicast_tx_payload_ans
The text was updated successfully, but these errors were encountered:
Thank you for your feedback, this issue will be fixed in the next release
Sorry, something went wrong.
Hi @MpmTwtg
This issue is now fixed in new v4.3.0 release and mentioned in CHANGELOG.
Once more thanks for your report
No branches or pull requests
The ans_index is able to overflow fmp_tx_payload_ans.
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_fmp_package.c
Line 498 in 45e19e5
The reason behind this is that it loops and can fill the buffer as long ass there are msg's, but the buffer is as big as the biggest package.
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_fmp_package.c
Line 490 in 45e19e5
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_fmp_package.c
Line 188 in 45e19e5
This can also happen in
lorawan_fragmentation_package.c
and possible in
remote_multicast_tx_payload_ans
The same problems occurs in fuota_packages_v2
The text was updated successfully, but these errors were encountered: