-
Notifications
You must be signed in to change notification settings - Fork 3k
LoRaWAN: Memory corruption due to band mishandling #6750
New issue
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
Conversation
band_t structure in phy parameters was not being filled in properly and we were spilling over the array boundary for bands. In addition to that two utility functions are added to perform safety checking taking in the frequency and filling out band information plus boundry value checks.
5c2d030
to
a6a1cee
Compare
@kivaisan @kjbracey-arm Can you please review ? |
/morph build |
Build : SUCCESSBuild number : 1861 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1509 |
Test : SUCCESSBuild number : 1672 |
Waiting for one final approval from requested reviewers |
Description
band_t structure in phy parameters was not being filled in properly
and we were spilling over the array boundary for bands.
In addition to that two utility functions are added to perform safety
checking taking in the frequency and filling out band information plus
boundary value checks.
Pull request type