You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/13 18:30:31 UTC

[GitHub] opiechow opened a new pull request #1519: net/lora/node/src/lora_node.c: crash fix

opiechow opened a new pull request #1519: net/lora/node/src/lora_node.c: crash fix
URL: https://github.com/apache/mynewt-core/pull/1519
 
 
   LoRaMac node crashed on calling a callback whose adress was taken
   from the stack and was random, as the structure passed to LoRaMac
   was a local variable from the calling function. This sitiuation
   occured each time the device processed the DevStatusReq MAC
   command.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services