ell.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: Andrew Zaborowski <andrew.zaborowski@intel.com>, ell@lists.linux.dev
Subject: Re: [PATCH 1/6] net: Allow padding in net_domain_list_parse
Date: Tue, 20 Sep 2022 10:06:01 -0500	[thread overview]
Message-ID: <fda107ac-b988-408e-9c58-ebca4f57b518@gmail.com> (raw)
In-Reply-To: <20220920133201.3303119-1-andrew.zaborowski@intel.com>

Hi Andrew,

On 9/20/22 08:31, Andrew Zaborowski wrote:
> The domain name lists in ICMPv6 options may be 0-padded meaning that a
> 0-byte at the beginning of a domain record (ie. a domain with no labels)
> is allowed and should be treated as the end of the list.  Add a boolean
> parameter to tell net_domain_list_parse() whether to allow this.
> 
> Fixes: 4b1ce9b3e3d0 ("icmp6: Parse RDNSS and DNSSL options")
> ---
>   ell/dhcp6-lease.c | 2 +-
>   ell/icmp6.c       | 6 +++---
>   ell/net-private.h | 2 +-
>   ell/net.c         | 8 +++++++-
>   4 files changed, 12 insertions(+), 6 deletions(-)
> 

All applied, thanks.

Regards,
-Denis


      parent reply	other threads:[~2022-09-20 15:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 13:31 [PATCH 1/6] net: Allow padding in net_domain_list_parse Andrew Zaborowski
2022-09-20 13:31 ` [PATCH 2/6] unit: Update net_domain_list_parse test Andrew Zaborowski
2022-09-20 13:31 ` [PATCH 3/6] netconfig: Set .v6_configured when we set an address Andrew Zaborowski
2022-09-20 13:31 ` [PATCH 4/6] netconfig: Handle DNS data from l_icmp6_router Andrew Zaborowski
2022-09-20 13:32 ` [PATCH 5/6] icmp6,netconfig: Skip SLLAO if RS sent from optimistic address Andrew Zaborowski
2022-09-20 13:32 ` [PATCH 6/6] netconfig: Handle missing optimistic_dad /proc file Andrew Zaborowski
2022-09-20 15:06 ` Denis Kenzior [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fda107ac-b988-408e-9c58-ebca4f57b518@gmail.com \
    --to=denkenz@gmail.com \
    --cc=andrew.zaborowski@intel.com \
    --cc=ell@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).