From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107f24,582dff0b3f065a52 X-Google-Attributes: gid107f24,public X-Google-Thread: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-01 15:47:59 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!cyclone.swbell.net!cyclone-sf.pbi.net!209.10.34.151!newsfeed.sjc.globix.net!news.sjc.globix.net!not-for-mail Sender: mcowan@mcowan-linux.transmeta.com Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.functional Subject: Re: How Ada could have prevented the Red Code distributed denial of service attack. References: <3B6555ED.9B0B0420@sneakemail.com> <87n15lxzzv.fsf@deneb.enyo.de> <3B672322.B5EA1B66@home.com> <3B687D41.503782DF@mediaone.net> From: Micah Cowan Message-ID: X-Newsreader: Gnus v5.7/Emacs 20.4 Organization: Transmeta Corporation Cache-Post-Path: palladium.transmeta.com!unknown@mcowan-linux.transmeta.com X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 01 Aug 2001 15:47:48 -0700 NNTP-Posting-Host: 209.10.217.66 X-Complaints-To: news@globix.net X-Trace: news.sjc.globix.net 996706073 209.10.217.66 (Wed, 01 Aug 2001 15:47:53 PDT) NNTP-Posting-Date: Wed, 01 Aug 2001 15:47:53 PDT Xref: archiver1.google.com comp.lang.ada:11000 comp.lang.c:71450 comp.lang.c++:79187 comp.lang.functional:7121 Date: 2001-08-01T15:47:48-07:00 List-Id: Ed Falis writes: > Micah Cowan wrote: > > > > The point is that if you look at the security bugs in Linux or Microsoft > > > software they consists mainly of buffer overflow bugs. This comes from > > > using languages such as C and C++ which allow buffer overflow due to > > > their design. Other languages eliminate this problem to a large extent. > > > > And implementations for these other languages are typically written in > > what? Hm? > > Machine code for Ada. Hm? Fine. And machine code doesn't have the potential for buffer overflow problems, I presume?