Check out the new USENIX Web site. next up previous
Next: Implementation Up: Sparc Function Calls Previous: Register Windows

Memory Alignment

StackGhost also takes advantage of one other Sparc architectural feature. Instructions must be aligned on a four byte boundary. Otherwise, the hardware traps (interrupts) into the alignment fault handler in the kernel which kills the process. We will revisit this architectural requirement to enhance an attack detection algorithm.



2001-05-12