You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/01 14:19:02 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #4459: sim: Inhibit stack protector on stack coloration function

gustavonihei opened a new pull request #4459:
URL: https://github.com/apache/incubator-nuttx/pull/4459


   ## Summary
   This PR intends to inhibit the stack protector on the stack coloration function, which purposely writes outside the function's reserved stack area.
   Some `sim` configurations were crashing on the stack protector check.
   The exact reason on why the issue does not manifest for every configuration is not clear.
   
   ## Impact
   Closes #4446 
   
   ## Testing
   `sim:lvgl` and `sim:nettest` were crashing without the PR changes.
   The changes enable them to initialize properly.
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4459: sim: Inhibit stack protector on stack coloration function

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4459:
URL: https://github.com/apache/incubator-nuttx/pull/4459


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org