From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E439A1F487 for ; Wed, 3 Jul 2024 10:52:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1720003923; bh=zYnxUNsQm316UG9HBAYKE7i3U7WcK5mX/q8gZRvD+J4=; h=From:To:Subject:Date:From; b=WxigVxLWB3g2MKeF1CjMXK5uL8B8vv/F2/mEqt0BYxi4k4vZMSyDlUA4yn1n+8UC4 OfwYRPXh60bIi1CaG2+SLnOZEnI+RR6xTa84JFm4Kel0RnjSUaoiemhhlQDoQ/7M4n OZlfNGXyGB9Xxyg4o9teZ1qnhiyhaa7PaxRsGPF0= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] input_pipe-related fixes Date: Wed, 3 Jul 2024 10:52:00 +0000 Message-ID: <20240703105202.2735313-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: AFAIK these don't affect real-world code, but introducing [2/2] would be a problem if the bug in [1/2] weren't fixed. Eric Wong (2): input_pipe: fstat(2) IO properly qspawn: avoid redundantly setting O_NONBLOCK lib/PublicInbox/InputPipe.pm | 2 +- lib/PublicInbox/Qspawn.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)