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: 103376,e6ea6a59056d4060 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-27 03:55:56 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!62.24.128.9.MISMATCH!news-1.opaltelecom.net!newsfeed.icl.net!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: GNAT 3.14p and Red Hat 7.2 Date: Wed, 27 Mar 2002 12:55:55 +0100 Organization: Enyo -- not your organization Message-ID: <87sn6m4438.fsf@deneb.enyo.de> References: <3C9F40A2.5AF3920D@raytheon.com> <87g02nm7gm.fsf@deneb.enyo.de> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1017230110 23010 212.9.189.171 (27 Mar 2002 11:55:10 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 27 Mar 2002 11:55:10 GMT Cancel-Lock: sha1:3Huzl5OHmeLgeAgyEF3kyPF6NSY= Xref: archiver1.google.com comp.lang.ada:21719 Date: 2002-03-27T11:55:10+00:00 List-Id: "David C. Hoos, Sr." writes: >> The first warning is issued because the code *does* contain a security >> problem (your Ada application will be affected only if it uses >> temporary files, though). Ignoring it won't make it go away. ;-) > > More correctly, one should say "your Ada application will be affected > only if it uses GNAT.OS_Lib.Create_Temp_File." > > One can certainly safely use temporary files in Ada programs. But not using the mechanism in A.8.2(4). :-/