From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A90441F910 for ; Wed, 16 Nov 2022 09:26:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1668590806; bh=4LC8Q7w8ulhAfmg/iArbPi5ctXRCTFM2ta0oEe14i7Q=; h=From:To:Subject:Date:From; b=E+pJ/Ucbgo6NbxFD82K0JwNfaH7VkIVYhj1T04Erfzv8lR6VTdiMKtwLfqJRMJ6us RvbWcTbapdML9hoMlYODUK6wlyRmm0bj/YbpaUpvrANX8Edp2+RZMQygBag2wBV2zp cV+x6ZmuBDJbEpV1dQRYNrwF1uDulq+D5BgYxRl4= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/6] another batch of fixes Date: Wed, 16 Nov 2022 09:26:40 +0000 Message-Id: <20221116092646.19919-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Every bug I fix makes me feel dumber :< Eric Wong (6): avoid leaking array returned by backtrace_symbols() mwrap_core: document the reason for padding the mutex wrap jhash calls to hash_loc fix under-allocated kbuf size mwrap_get: golf out redundant assignment across branches location_name: handle malloc failure on backtrace_symbols(3) Mwrap.xs | 18 +++++++++++------- mwrap_core.h | 13 +++++++++---- 2 files changed, 20 insertions(+), 11 deletions(-)