fjpanag commented on issue #2001:
URL: 
https://github.com/apache/incubator-nuttx/issues/2001#issuecomment-725663699


   Well, I thought of BSS because in most systems BSS is zero'ed (or painted) 
very soon during initialization, in a no-return function. So usually 
overwriting it, is not a problem, because you will never pop anything from the 
"corrupted" portion.
   
   Nevertheless, you are right. It has to be done correctly.
   
   What is the most appropriate section to place the stack? `.noinit`? Or 
define a special section (which requires changes in all linker-scripts 
though...)?


----------------------------------------------------------------
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.

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


Reply via email to