LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Securing the Kernel Stack (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-securing-the-kernel-stack-4175655545/)

LXer 06-11-2019 09:51 PM

LXer: Securing the Kernel Stack
 
Published at LXer:

The Linux kernel stack is a tempting target for attack. This is because thekernel needs to keep track of where it is. If a function gets called, whichthen calls another, which then calls another, the kernel needs to rememberthe order they were all called, so that each function can return to thefunction that called it. To do that, the kernel keeps a "stack" of valuesrepresenting the history of its current context.

Read More...


All times are GMT -5. The time now is 11:29 PM.