Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: John Ames Newsgroups: comp.os.linux.misc Subject: Re: VMS Date: Wed, 25 Jun 2025 09:32:13 -0700 Organization: A noiseless patient Spider Lines: 16 Message-ID: <20250625093213.00002ec2@gmail.com> References: <87tt4i9nw5.fsf@eder.anydns.info> <102l0h9$fjtb$5@dont-email.me> <4_GdncCsf-Nqe8n1nZ2dnZfqnPSdnZ2d@giganews.com> <103392c$lpbg$5@dont-email.me> <1033o4a$1qj6$3@dont-email.me> <1033tv1$3aqu$3@dont-email.me> <1034pj8$a74s$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Wed, 25 Jun 2025 18:32:17 +0200 (CEST) Injection-Info: dont-email.me; posting-host="d512b6635f3cd16b92286572adcaf1a4"; logging-data="3031622"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18RF4ok68LyAAzJJSCDfm1gmXgVCUKU7fU=" Cancel-Lock: sha1:x0Udr4zlNLYMa2duTgVB1s0R8Ds= X-Newsreader: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Xref: csiph.com comp.os.linux.misc:69139 On Wed, 25 Jun 2025 01:59:53 -0400 c186282 wrote: > Regardless, easy fix - always allocate at least one byte/word/ > whatever more than you THINK you need. Minimal penalty - possibly BIG > gains. That strikes me as a terrible strategy - allocating N elements extra won't save you from overstepping into N+1 if and when you finally do, and picking successively larger values of N in an attempt to ward against that quickly leads into absurd territory. You might as well set out a pan of milk for the wee folk while you're at it. Rather than engage in superstitious practices that allow bugs to remain buried for years...perhaps try *fixing* them?