On Sat, Nov 05, 2022 at 05:40:49AM -0600, Theo de Raadt wrote:
> + if (mergesort(learning, ASR_MAXNS, sizeof(learning[0]), cmp) == -1)
> + lerr(1, "mergesort");
>
> So at runtime if mergesort() fails to allocate memory, the program will
> simply exit?
Ah no, that should just s
+ if (mergesort(learning, ASR_MAXNS, sizeof(learning[0]), cmp) == -1)
+ lerr(1, "mergesort");
So at runtime if mergesort() fails to allocate memory, the program will
simply exit?
On Thu, Nov 03, 2022 at 10:27:53PM +, Klemens Nanni wrote:
> RFC 2132 "DHCP Options and BOOTP Vendor Extensions"
> 3.8. Domain Name Server Option says:
>
>The domain name server option specifies a list of Domain Name System
>(STD 13, RFC 1035 [8]) name servers available to the client.
If you do not sort the, you cannot remove duplicates.
RFC 2132 "DHCP Options and BOOTP Vendor Extensions"
3.8. Domain Name Server Option says:
The domain name server option specifies a list of Domain Name System
(STD 13, RFC 1035 [8]) name servers available to the client. Servers
SHOULD be listed in order of preference.
I'm on a wifi with