Sergey Simakov blog

Information security world
posts - 162, comments - 15, trackbacks - 57

My Links

News

Search this blog
Blogs around me

Tag Cloud

Archives

Post Categories

Image Galleries

Blogs - IdMgmt

Blogs - Security

Crypto

InfoSec

Kernel Dev

Secure programmer: Countering buffer overflows

Another good article on defensive programming at developerWorks:

Column iconThis article discusses the top vulnerability in Linux/UNIX systems: buffer overflows. This article first explains what buffer overflows are and why they're both so common and so dangerous. It then discusses the new Linux and UNIX methods for broadly countering them -- and why these methods are not enough. It then shows various ways to counter buffer overflows in C/C++ programs, both statically-sized approaches (such as the standard C library and OpenBSD/strlcpy solution) and dynamically-sized solutions, as well as some tools to help you. Finally, the article closes with some predictions on the future of buffer overflow vulnerabilities.

by David A. Wheeler. He write very good book with focus on Linux/UNIX: Secure Programming for Linux and Unix HOWTO and it's free. And he started to blog (subscribed!).

Print | posted on Saturday, February 14, 2004 4:59 PM | Filed Under [ Security ]

Powered by: