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, T_SCC_BODY_TEXT_LINE 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 007441F54E for ; Sat, 3 Sep 2022 11:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662204021; bh=Nux5hOMfqmzCECER86JZWUF0EmAa8dvq5Wg8WBrPZfM=; h=From:To:Subject:Date:From; b=VgUnnY+evxO9yHcCO9XvArhG00RRG3+TLs8VXOQi24jPmLpqwpBlqrSi9++52VtjY TylV36w6ffoKKxRruBW+zBez6z1kW192E5qBAYajfaztX8cjzreeHlfwFEgrh1iarJ 6jJVpNuPUihd8s5JmqBhZYJa81mHFF7ydlD0QaBI= From: Eric Wong To: mwrap-public@80x24.org Subject: [PATCH 0/2] various safety fixes from the Perl side Date: Sat, 3 Sep 2022 11:20:18 +0000 Message-Id: <20220903112020.2317141-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's unlikely any of these affect applications today, but Ractor use may increase in the future; and maybe some maniac will use giant __FILE__ replacements via eval. Eric Wong (2): Ractor compatibility paranoid safety fix to clamp pathnames to PATH_MAX ext/mwrap/mwrap.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)