Re: [PATCH] BUG/MINOR: Error out when a `server` has an `AF_UNSPEC` address

2021-01-06 Thread Willy Tarreau
On Tue, Jan 05, 2021 at 11:10:09PM -0700, Thayne McCombs wrote: > Here's a patch that I think should fix this: Thank you, I've tested it and it works. I've completed your commit message with the context that Tim added in his proposed patch. I've also completed your regtest to add unresolvable

Re: [PATCH] BUG/MINOR: Error out when a `server` has an `AF_UNSPEC` address

2021-01-05 Thread Thayne McCombs
On Mon, Jan 04, 2021 at 12:58:25AM +0100, Tim Duesterhus wrote: > I am adding Thayne as CC as it was your commit that uncovered the issue and > the > crash happened in a function you wrote. Maybe you might want to add some > additional checks somewhere? Oops, my bad. I actually meant to put a

Re: [PATCH] BUG/MINOR: Error out when a `server` has an `AF_UNSPEC` address

2021-01-05 Thread Willy Tarreau
Hi Tim, On Mon, Jan 04, 2021 at 12:58:25AM +0100, Tim Duesterhus wrote: > Willy, > Thayne, > > find the patch below. > > I am adding Thayne as CC as it was your commit that uncovered the issue and > the > crash happened in a function you wrote. Maybe you might want to add some > additional

[PATCH] BUG/MINOR: Error out when a `server` has an `AF_UNSPEC` address

2021-01-03 Thread Tim Duesterhus
Willy, Thayne, find the patch below. I am adding Thayne as CC as it was your commit that uncovered the issue and the crash happened in a function you wrote. Maybe you might want to add some additional checks somewhere? Best regards Tim Düsterhus Apply with `git am --scissors` to automatically