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.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19686 invoked from network); 13 Mar 2022 08:01:18 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 13 Mar 2022 08:01:18 -0000 Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 4ess; Sun Mar 13 03:27:48 -0400 2022 Message-ID: <51F83C65A544C3F1BA5C463D766F927F@thinktankworkspaces.com> To: 9front@9front.org Date: Sun, 13 Mar 2022 00:27:44 -0700 From: william@thinktankworkspaces.com 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: compliant rails base-scale high-performance dependency database Subject: Re: [9front] werc memory over flow Reply-To: 9front@9front.org Precedence: bulk Sorry I got caught up doing other stuff. I did try acid but had a permission error which is probably expected or maybe it was a read error I can't remember. But acid wasn't printing lst() or anything else. The wrapper would have been the best step. However I did another pull and merged your branch and 'mk install' The fix seems to work great. On a side not how do I make a push not that I have anything to push considering i'm new to this. Do I need to fork a branch and submit a pr or what. I suspect I need an account or I can create another branch and just paste a diff into an email. NOT that I have anything to contribute at this point. Just curious. Regards, -Will Quoth cinap_lenrek@felloff.net: > 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 >