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_DBL_BLOCKED_OPENDNS, 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=1757241442; bh=WmLfUIZ5y9J2me6ImJqP+ziChK6n8s+ECzl5eaguoW8=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc: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=uZ+fX8I2T9+SzbVwRRv8GXi6hzkT+Y0W0hMc9TKZStt1fPuMdQqlqeJX8qYkHH9y2 jRaNi/B5K38j6zKFYJtRCEI2yw7YfdL943QO1CTMT8TjAYJ7pTfYgj4ncWzu4S3Y6s JIcFAloXmR/6OWgbvIjqqrSuhkF3Zm7jiiS2SrGiBJvrf/Uas1Lz1/rY4gng9ABPKc RtNvk6Z+//paVzfkdgcqQ0FeGw3HZzUGmZ6zuTnAyfC6EYUBNucgc49C8REYpknL4Q UpVR517ySTJjuBbZcHD7v8gZDNDeTBAXJ4d5viTkSWG7cbMRgHC2YCLaOxRGhG2qqC npj5yb5R43jNg== Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 1F98F3127930 for ; Sun, 7 Sep 2025 10:37:22 +0000 (UTC) Received: by mail-lj1-f178.google.com with SMTP id 38308e7fff4ca-33c9ca16a64so5899151fa.3 for ; Sun, 07 Sep 2025 03:37:22 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCXpnOx5RwxY8+uoxIZUjPAQt8HBK9s/ksoHfGkaSzUC40RvwNEy6Zegg1C7Y6KJlvzRe5vj@vger.gnuweeb.org X-Gm-Message-State: AOJu0YzaGJKkwTKEAPTCkKDOLiKvUyXjP447FBBhE5xB785WmaNqFDG5 hlaugU3Qoh7qWXJ3SNU2H4VAcV+r0SSbwM4Msp6p207c4tTu4zOdyf5M3vU4msDxQfB2EcC2I2b yU/add9bEttV5dBLQ8v/skxCQxC464hc= X-Google-Smtp-Source: AGHT+IEXJ20hVqFpe7wphQpk94eAOQj8pXQJLVmNmIyG0irCrTrUekwMPeIcZMKnx4xAKziF+WBgdvauUYZHs37343E= X-Received: by 2002:a2e:a549:0:b0:336:dd19:764e with SMTP id 38308e7fff4ca-33b5f38cdbbmr9287231fa.37.1757241441520; Sun, 07 Sep 2025 03:37:21 -0700 (PDT) MIME-Version: 1.0 References: <20250829075557.598176-1-reyuki@gnuweeb.org> <20250829075557.598176-3-reyuki@gnuweeb.org> In-Reply-To: From: Ahmad Gani Date: Sun, 7 Sep 2025 17:36:44 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXxu6_wpiJvc_NDxSHw3Z8AygUieEsw9ZGh34-1PvTytUDAEypXaDAwDmcg Message-ID: Subject: Re: [PATCH gwproxy v8 2/2] gwproxy: refactor code base to add experimental raw DNS backend To: Ammar Faizi Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sun, Sep 7, 2025 at 5:19=E2=80=AFPM Ammar Faizi wrote: > That works. I suugest not to blindly copy anything as is. That was just a= general idea. Since the array size in the stack is always the same as @ses= s_map_cap, it is fine to use @sess_map_cap as the stack boundary obviousl= =C3=BF. I just thought I might be missing something, so I wanted to confirm the usage of bp. I realize now it was just meant as a general idea. Sorry for being pedantic. -- Ahmad Gani