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=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5265ce03ee8f5252 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-07 08:15:39 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.infoave.net!arclight.uoregon.edu!newsfeed.mathworks.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: Ok sorry, it is just a book gives no feedback. Date: Sun, 07 Jan 2001 15:58:47 GMT Organization: Deja.com Message-ID: <93a3nl$m5q$1@nnrp1.deja.com> References: <931r2l$4ai5t$2@ID-25716.news.dfncis.de> <931t08$5u5$1@nnrp1.deja.com> <932632$e0e$1@nnrp1.deja.com> <932an8$ijs$1@nnrp1.deja.com> <93421h$2ju$1@nnrp1.deja.com> <934j5c$eu9$1@nnrp1.deja.com> <86hf3c5ure.fsf@acm.org> <937vl0$5gs$1@nnrp1.deja.com> <86snmvv79k.fsf@acm.org> NNTP-Posting-Host: 205.232.38.14 X-Article-Creation-Date: Sun Jan 07 15:58:47 2001 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; U) X-Http-Proxy: 1.0 x70.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:3752 Date: 2001-01-07T15:58:47+00:00 List-Id: In article <86snmvv79k.fsf@acm.org>, Laurent Guerby wrote: > > In the "break everything" area you also have stream based > code which ... Actually we find that it is address clauses (now semi-legitimized for overlay purposes in Ada 95, though they were widely used that way in Ada 83, even though erroneous) that are the most frequently abused unsafe feature. We even find examples like X : Integer; Y : Integer; for Y'Address use X'Address; where a renaming would be just as good, but people get so in the habit of using this low level tool that they overuse it :-) Sent via Deja.com http://www.deja.com/