szafonimateusz-mi opened a new pull request, #16288: URL: https://github.com/apache/nuttx/pull/16288
## Summary Add support for stack canaries for x86. This includes mostly fixes for TLS support that are required for stack canaries in x86. The FSBASE register must be unique per thread so we have to keep it in thread registers area. ## Impact stack canaries works on x86 ## Testing tested with `qemu-intel64/jumbo` and `CONFIG_STACK_CANARIES=y`. Without these changes the system crashes -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org