Closed bandogora closed 2 months ago
A local stack overflow is caught by the stack canary on the return of the update_stop() function. This occasionally crashes the app. The watchdog keeps things working, but this is a security issue and needs to be fixed before deployment.
update_stop()
https://github.com/umts/embedded-departure-board/blob/f156f1c13b5ebc712b87f93043e3f0ccb17e3e8e/app/src/update_stop.c#L117-L121
A local stack overflow is caught by the stack canary on the return of the
update_stop()
function. This occasionally crashes the app. The watchdog keeps things working, but this is a security issue and needs to be fixed before deployment.https://github.com/umts/embedded-departure-board/blob/f156f1c13b5ebc712b87f93043e3f0ccb17e3e8e/app/src/update_stop.c#L117-L121