avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Improving in leaps and skips!


From: Jeff Barlow
Subject: Re: [avr-gcc-list] Improving in leaps and skips!
Date: Sun, 13 Mar 2005 13:26:43 -0800

Marek Michalkiewicz <address@hidden>  wrote:

>Trampolines can't work on the AVR because it is not possible to execute
>code from writable memory.

I would think they are becoming problematic on the more
mainstream architectures also. It's been recognized that
executing code on the stack opens the door to various security
exploits. Newer Linux kernels, on some CPUs, are using the new NX
bits to make data memory regions non executable.

-- 
Later,
Jeff




reply via email to

[Prev in Thread] Current Thread [Next in Thread]