Today'sreportsabout yet another virus worm, again based on exploiting buffer overruns underscores the importance of understanding and removing these problems from your and your company's code. This particular one occured yet again in a Microsoft product but buffer overruns are and have beenexploitedinalmosteveryoperatingsystem or software product based on C/C++. The question is what can be done about this? Well, if you are developing C++ based software on Windows, you must seriously consider recompiling alll your code with the /GS flag of VC++.NET 2003 and then give some consideration to Windows Server 2003. [READ MORE....]