From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Wed Oct 21 09:53:36 -0400 2020 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 2f8732a5 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 21 Oct 2020 06:53:25 -0700 (PDT) Message-ID: <1795470027CF8F4349F3EB3E6D25A7EF@eigenstate.org> To: covertusername967@gmail.com, 9front@9front.org Subject: Re: [9front] libmp and error handling Date: Wed, 21 Oct 2020 06:53:23 -0700 From: ori@eigenstate.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: generic wrapper map/reduce-scale TOR DOM proxy-aware wrapper information optimizer > This is a better idea. Even better, just leave the other programs as > is and make sysfatal a default. Thanks! This is still likely to require quite a bit of change in libmp; if it's currently calling sysfatal, then it's very likely full of things like: x = a(); y = b() return mpadd(x, y); which means that if b() errors, then x is leaked.