Re: [PATCH] bsd/ntpq: Use the correct address length

2023-09-21 Thread Kinsey Moore
Yes, sorry about that. I apparently haven't added the subject tweak to this repo yet. Thanks, Kinsey On Thu, Sep 21, 2023 at 7:02 PM Chris Johns wrote: > I assume this is in the network services repo? > > OK and thanks > > Chris > > On 22/9/2023 4:38 am, Kinsey Moore wrote: > > lwIP includes mo

Re: [PATCH] bsd/ntpq: Use the correct address length

2023-09-21 Thread Chris Johns
I assume this is in the network services repo? OK and thanks Chris On 22/9/2023 4:38 am, Kinsey Moore wrote: > lwIP includes more than the bare address structures in its accounting of > the total addrinfo struct size. Ensure that lwIP gets the correct > address size. > --- > bsd/freebsd/contrib

[PATCH] bsd/ntpq: Use the correct address length

2023-09-21 Thread Kinsey Moore
lwIP includes more than the bare address structures in its accounting of the total addrinfo struct size. Ensure that lwIP gets the correct address size. --- bsd/freebsd/contrib/ntp/ntpq/ntpq.c | 8 1 file changed, 8 insertions(+) diff --git a/bsd/freebsd/contrib/ntp/ntpq/ntpq.c b/bsd/fr