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: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-ArrivalTime: 2001-08-02 08:50:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.ems.psu.edu!not-for-mail From: cross@augusta.math.psu.edu (Dan Cross) 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. Date: 2 Aug 2001 11:50:06 -0400 Organization: Mememememememmeme Message-ID: <9kbsre$8b0@augusta.math.psu.edu> References: <9ka0on$me1@augusta.math.psu.edu> NNTP-Posting-Host: augusta.math.psu.edu X-Trace: boatanchor.ems.psu.edu 996767407 6572 146.186.132.2 (2 Aug 2001 15:50:07 GMT) X-Complaints-To: security@psu.edu NNTP-Posting-Date: 2 Aug 2001 15:50:07 GMT Xref: archiver1.google.com comp.lang.ada:11092 comp.lang.c:71667 comp.lang.c++:79352 comp.lang.functional:7190 Date: 2001-08-02T15:50:07+00:00 List-Id: In article , Mike Smith wrote: >> Well, the same could be said of assembly language programming, but do >> we program major software systems in assembler? And of course it's >> tautological that only erroneous programs have bugs. > >Define "major". Is the software for automotive engine computers written in >Ada? The embedded world is one of the most "major" categories of software >development, and I'd bet that a lot of that is in fact written in assembly. Actually, a significant amount of embedded systems development is done in high-level languages (a fair amount is even done in Ada). Sure, a lot of things use assembler at some point (even Unix has some assembler routines in it), but it's usually not the focal point. - Dan C.