realprocrastinator opened a new pull request, #14152: URL: https://github.com/apache/nuttx/pull/14152
## Summary According to POSIX semantics https://pubs.opengroup.org/onlinepubs/009604599/functions/longjmp.html. The `setjmp` should return `1` instead of `0` when calling `longjmp` with 0 as the second argument. ## Impact The correct behaviour of the `setjmp` on some architectures. ## Testing The testing code lives int the nuttx apps repository as a seperate patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
