From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20806 invoked from network); 8 Feb 2022 12:39:44 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 8 Feb 2022 12:39:44 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id 86953343; Tue, 8 Feb 2022 12:39:44 +0000 (UTC) Return-Path: Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 3a676ced (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Tue, 8 Feb 2022 12:39:44 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E0973B8199A for ; Tue, 8 Feb 2022 12:39:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 852E1C004E1 for ; Tue, 8 Feb 2022 12:39:42 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="UFJY/H4n" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1644323980; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HwEf9hH3Xu+/VvmRABRbJWg+Wk0RZLlIPGVDrlqeayI=; b=UFJY/H4nTg16btHk/JlkXzFFa6GZKbg1wJjNz9RQnsPVfBS9M0z8lA5lx+vrWhNYAPkctj tAfejEAQyDSy9VkqBKYAIsJE9Qc2OepWskN3Vwtn+r03eJBMt7DAsRwwcG6JCGo7M7Ky33 /+jS2dtbsn+mSdlPVfEKy1p0rq9f5K0= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id b6a65517 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Tue, 8 Feb 2022 12:39:40 +0000 (UTC) Received: by mail-yb1-f175.google.com with SMTP id y129so13094054ybe.7 for ; Tue, 08 Feb 2022 04:39:40 -0800 (PST) X-Gm-Message-State: AOAM5301q210u4FBBlkSrVtVVAsiF/UCj769zOcEmqAov3yXJWsVN/X4 yZg9qoCIpu82siI8qETQe7WMChLZZzrXcY4o3cA= X-Google-Smtp-Source: ABdhPJx/y3fdhSHLFmtKexsAVMNbDazxqvfLpIhnxxyk30VmhpLuDguHh/kn/J1t+9ZA14BXYRYckQQfv9eK9U729U8= X-Received: by 2002:a81:f10b:: with SMTP id h11mr4577344ywm.396.1644323978942; Tue, 08 Feb 2022 04:39:38 -0800 (PST) MIME-Version: 1.0 References: <20220208113745.13748-1-lsof@mailbox.org> <20220208133828.103214c7@leda.eworm.net> In-Reply-To: <20220208133828.103214c7@leda.eworm.net> From: "Jason A. Donenfeld" Date: Tue, 8 Feb 2022 13:39:27 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] html: fix fmt() off-by-one error To: Christian Hesse Cc: lemon , cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Thanks guys. I'll get these merged to master branch in the coming two weeks and cut a new release. Jason