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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.43.158.9 with SMTP id ls9mr6021145icc.18.1392495664163; Sat, 15 Feb 2014 12:21:04 -0800 (PST) X-Received: by 10.140.91.227 with SMTP id z90mr270007qgd.3.1392495664092; Sat, 15 Feb 2014 12:21:04 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!c10no23938246igq.0!news-out.google.com!s3ni20561qas.0!nntp.google.com!k15no21127451qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 15 Feb 2014 12:21:03 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.95.3.197; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 201.95.3.197 References: <215f6df2-a7ec-42f4-ac82-656d5b12bf61@googlegroups.com> <8383f5d6-3f66-415b-ab3f-8801fa377a6b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <24df8796-4ea4-4641-a5d9-89bd7254046d@googlegroups.com> Subject: Re: Best representation for spares From: "Rego, P." Injection-Date: Sat, 15 Feb 2014 20:21:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1660 Xref: number.nntp.dca.giganews.com comp.lang.ada:184887 Date: 2014-02-15T12:21:03-08:00 List-Id: On Saturday, February 15, 2014 3:49:21 PM UTC-2, Jeffrey Carter wrote: > Note that this does not guarantee that the contents of Spare are zeroes. > Uninitialized objects, other than access objects, contain "stack junk", whatever > happens to be in the memory that the object occupies. As a result, they may > contain invalid values. > To force Spare to contain zeroes, you have to initialize it: Ok, I agree,