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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5bc4be576204aa20 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g43g2000cwa.googlegroups.com!not-for-mail From: "Harald Korneliussen" Newsgroups: comp.lang.ada Subject: Re: Buffer overflow Article - CACM Date: 1 Dec 2005 01:01:53 -0800 Organization: http://groups.google.com Message-ID: <1133427713.922566.268390@g43g2000cwa.googlegroups.com> References: <3tr6hiFu7jr6U1@individual.net> <1133252164.539307.165050@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 158.38.140.179 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1133427719 21735 127.0.0.1 (1 Dec 2005 09:01:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Dec 2005 09:01:59 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050921 Firefox/1.0.7 Mandriva/1.0.6-15mdk (2006.0),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=158.38.140.179; posting-account=5vUApw0AAADF5Kx_4-L9ZPdL9lZywYoQ Xref: g2news1.google.com comp.lang.ada:6707 Date: 2005-12-01T01:01:53-08:00 List-Id: Jeffrey R. Carter wrote: > Brian May wrote: > > > Another issue with SPARK is that it appears to be non-free software > > (unless you can meet the criteria for academic use where you can use > > it for 0 cost), and no prices are given online the website. > > > > This makes me suspect it will be out of reach for average free > > software authors, and most of the software I use falls into this > > category. > > > > On the other hand, please correct me if I am wrong... > > Free versions of the SPARK tools are available at > > http://www.praxis-his.com/sparkada/sparkbook.asp > > These are intended for those who have read Barnes' book. All versions of the > SPARK tools are written in SPARK and thus have static-sized internal structures; > the structures in the free versions are relatively small, so the size of > projects that they may be used for is fairly small. > Thank you, that's very interesting. I'm still a bit sceptical about this static-sized internal structures thing, though. Isn't programming without dynamic allocation difficult? Last time I did it was in Commodore Basic, and that's because I didn't know how to do it then :-) I would think that some software (for instance the browser and windowing system I'm using now) would be practically impossible to write in SPARK or similar languages?