Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c890678ed97fe

Jump to content

Talk:Stack-based memory allocation

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 18 years ago by Abaddon314159 in topic Growing the stack up

Growing the stack up

[edit]

I removed an uncited assertion that growing the stack in the opposite direction would reduce the risk of a buffer overflow. This is incorrect, see for a description of how this is done (article on how to exploit stack overflows on HP-UX PA-RISC machines, which grow the stack up)...see Stack buffer overflow for further explanation of why this is not true. Also, there was an assertion that it was the operating system, and not the hardware the determines which direction the stack grows. There are some processors that allow for a software defined direction that the stack grows, but ultimately this is done by the hardware, and in almost every case, it is not an option available to the operating system to change. --Michael Lynn 02:05, 16 August 2007 (UTC) Added Manojkumar.R.S (talk) 07:57, 4 October 2011 (UTC)Reply