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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7FED81F8C8 for ; Mon, 6 Sep 2021 18:10:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242559AbhIFSLj (ORCPT ); Mon, 6 Sep 2021 14:11:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233859AbhIFSLh (ORCPT ); Mon, 6 Sep 2021 14:11:37 -0400 Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D8C7C061575 for ; Mon, 6 Sep 2021 11:10:31 -0700 (PDT) Received: by mail-qk1-x731.google.com with SMTP id f22so7617148qkm.5 for ; Mon, 06 Sep 2021 11:10:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=IAcpsYUA5Mzn8TXgO5H03D7ilDHNfVc7/cHFWR/gQHg=; b=oVFy8Fu2JLRDdoGmX9JQmfCX1bIx4jejGNqnG5g5peL9kGBv1PyQVlJspT855gMEJp iGfkQHEvvNPosqQ6E9Kdmfgu7Is5i3hhTDU5r/0cHn9TRQ2XyDIIWGzK73Ff0qfQDGXt W/8ErCcnP2maTceQ1ANA1S0KKDznQTRvSTCbLH7zroBUvXyokL5yp1jvqBf90UKPtsDJ W4gOsBz8bRU8sQAa6QskGdKFB2ydGeTp0ND0tMDjNZExMIqotw5ez0Oq28+/2JpHJEpf dyYc4zxXmPQNQkkztQLYgxy+eHI//RoibO7LCinfoeamOHL/R6UMarWgSMuLHYpuH2dy yzXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=IAcpsYUA5Mzn8TXgO5H03D7ilDHNfVc7/cHFWR/gQHg=; b=ktQ9EJ9VDwxazPGBoRBH3v6fOJ4Cw4GwcdJG2Mj6Kr4WEXxy3gv0P38gpCrr3mWkun idrOlCUaA5GZDycuEINM3qZLj+ngpFQ1FAjnndO5OJLzYdX22GjdWuTyfg52VIdusL1o IREL00X5duQ++0FDzBee46UqXASyayFKlsjv7lf2cHAOPzNOsa9++ailz8tt/GeII77S BihaoRDW5riNsuK8iI5NA8ZQcgyLu/oMqCmQofRJ2VjwigVh01ZTzt3jB9qaKY2gJu9a 7MAEOlowklQKCqNSfTIDWeHIoU+M6RjYGDimPhNInMOfb/8jzJhobAuty0g+jYkuHNk4 OxsA== X-Gm-Message-State: AOAM530WN38HtkSrhC3kFHf392y1Hyav1ZwQ20HFtJRWJmz7EJD0UyuB qZbwzRQxz3PSsF31dXtG7mhyVAgAYeuibg== X-Google-Smtp-Source: ABdhPJxBO2mj+oY/IECKWwP3h/mYqvIfMOntyvmnnnUbauJ9Q9ldWHCug1n3mHabln8/tSMCZrDURA== X-Received: by 2002:a37:8e44:: with SMTP id q65mr11796369qkd.372.1630951830382; Mon, 06 Sep 2021 11:10:30 -0700 (PDT) Received: from CalumsBeastlyLaptop ([139.147.201.88]) by smtp.gmail.com with ESMTPSA id v8sm5741697qtk.49.2021.09.06.11.10.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Sep 2021 11:10:30 -0700 (PDT) Received: from calum by CalumsBeastlyLaptop with local (Exim 4.94.2) (envelope-from ) id 1mNJ4f-002coC-Fq; Mon, 06 Sep 2021 14:10:29 -0400 From: Calum McConnell To: git@vger.kernel.org Cc: Calum McConnell Subject: [PATCH 2/3] Die if filter is attempted without a worktree Date: Mon, 6 Sep 2021 14:10:01 -0400 Message-Id: <20210906181002.625647-2-calumlikesapplepie@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210906181002.625647-1-calumlikesapplepie@gmail.com> References: <20210906181002.625647-1-calumlikesapplepie@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org As far as I know, this isn't possible. Rather than add a bunch of code to workarround something that might not be possible, lets just halt and catch fire if it does. This might need to be removed before the change goes into master Signed-off-by: Calum McConnell --- convert.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/convert.c b/convert.c index 5d64ccce57..df70c250b0 100644 --- a/convert.c +++ b/convert.c @@ -646,6 +646,11 @@ static int filter_buffer_or_fd(int in, int out, void *data) sq_quote_buf(&worktreePath, the_repository->worktree); dict[1].value = worktreePath.buf; + /* The results of a nonexistent worktree could be... weird. Lets avoid*/ + if(dict[1].value == NULL){ + BUG("There is no worktree for this worktree substitution"); + } + /* expand all %f or %w with the quoted path */ strbuf_expand(&cmd, params->cmd, strbuf_expand_dict_cb, &dict); strbuf_release(&filePath); -- 2.30.2