From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_12_24, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27697 invoked from network); 13 Mar 2022 09:08:19 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 13 Mar 2022 09:08:19 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 4ess; Sat Mar 12 07:34:40 -0500 2022 Message-ID: Date: Sat, 12 Mar 2022 13:34:31 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive flexible general-purpose-based SSL storage-scale method-aware frontend Subject: Re: [9front] werc memory over flow Reply-To: 9front@9front.org Precedence: bulk arg, also have to not do this: - *pb = '\0'; setsval(x, buf); /* BUG: should be able to avoid copy + free */ was already been done by the copy loop before: while ((*pb++ = *sptr++) != 0) ; i commited the fix now. please report if that fixes the issue. -- cinap