Memory Safety

Georg Wrede georg at nospam.org
Fri Mar 21 17:56:46 PDT 2008


Walter Bright wrote:
> Reddit:
> 
> http://reddit.com/info/6cymv/comments/
> 
> Dr. Dobbs:
> 
> http://dobbscodetalk.com/index.php?option=com_myblog&show=Memory-Safety.html&Itemid=29 

Good article!

Off-hand one can see applications in banking, tcp (including the WWW), 
even military stuff. Actually anything where an app is expecting 
specific input while at risk of getting arbitrary input instead. This 
may be due to malice, sloppy users, or various hiccups. While this of 
course isn't equivalent to correct-proven software, it gives us yet 
another avenue where we could beat C++ on the head.

I'm looking forward to the day when DMD has a switch to check this!



More information about the Digitalmars-d mailing list