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,c658912279760559 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-19 05:01:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!opentransit.net!fr.clara.net!heighliner.fr.clara.net!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!newsfeed.vmunix.org!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Unchecked_Deallocation and Constraint_Error Date: Tue, 19 Feb 2002 13:54:45 +0100 Organization: Enyo -- not your organization Message-ID: <87adu57ht6.fsf@deneb.enyo.de> References: NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1014123231 16091 212.9.189.171 (19 Feb 2002 12:53:51 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 19 Feb 2002 12:53:51 GMT Cancel-Lock: sha1:2fMk+A7Bu3KCJx2ioO07cGL34t4= Xref: archiver1.google.com comp.lang.ada:20121 Date: 2002-02-19T12:53:51+00:00 List-Id: Christoph Grein writes: > That's correct, but 13.11.2(7) specifies that the value of Cmd is > null after UD (I assume Free is an instantiation of UD), so a > dereference Cmd(1) must raise CE, except when checks are suppressed. Oops, you are correct. Maybe the OP is operating on a copy of the access value, so that 13.11.2(7) does not matter.