From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1753719251; bh=2Ju2rRFPYcxxf5lCmt0btOCzntqnTxTc7pXSbA0ufwo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID: Date:From:Reply-To:Subject:To:Cc:In-Reply-To:References: Resent-Date:Resent-From:Resent-To:Resent-Cc:User-Agent: Content-Type:Content-Transfer-Encoding; b=ECRsOJEAjUS9waMHihMCQvmS+ZRAUQtLSuGepbk8LoXOvt4HVLZHTP0sXD7o7t/aX 77V8Aik4848RCt4LJdgv0nthVnYlzYqFwHO4AofidQBImiKsc1kr2vDO+NJRd+x2bi lZZruZ1tJP4LB6wjpb10kxJRrRZrODyO657OrnrksnTmjNbKRLWJ+VrJu+dRAu5XcE ULwZ3a5/+bQVemwLkxSAquykApE5pxMlFWLXRagwThxL/NoJVaAZFJSCQXIjZbYiAk X84InYgS8ietA+yyJFV/eGR4e4T9FdMDvsswFR0jfdnELgP4CSt3yuhxNjEqazYH8V HgsFXA8hNn6dQ== Received: from integral2.. (unknown [182.253.126.141]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 2B9EB3126E7F; Mon, 28 Jul 2025 16:14:09 +0000 (UTC) From: Ammar Faizi To: Ahmad Gani Cc: Ammar Faizi , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v1 0/2] Fix missing validation of restyp in dns Date: Mon, 28 Jul 2025 23:14:07 +0700 Message-Id: <175371921819.406995.8422008622966637523@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250728160800.95383-1-reyuki@gnuweeb.org> References: <20250728160800.95383-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Mon, 28 Jul 2025 23:07:56 +0700, Ahmad Gani wrote: > The dns test is buggy, when I run make test it always ended up with > EINVAL. And it turned out restyp is not validated in the fetch_addr, > this patch add validation in the initialization stage. Applied, thanks! [1/2] dns: add a new restyp GWP_DNS_RESTYP_DEFAULT commit: 3d59d38b8d41e5bb9c6a11f2b0d3f54787c4ff97 [2/2] dns: validate restyp on initialization commit: 398bc212124a0ce557fb7069fe976eba111983e1 Best regards, -- Ammar Faizi