Defenses against Stack-Based Buffer Overflow for Software Developers
¨Avoid programming mistakes involving allocation of memory space
¨Check the size of all user input
¨Use automated code-checking tools such as ITS4 (It’s the Software, Stupid – Security Scanner)  http://www.cigital.com/its4/
–