Re: [PATCH] BUG/MINOR: dns: ignore trailing dot

2020-02-28 Thread Willy Tarreau
On Fri, Feb 28, 2020 at 09:45:55AM +0100, Baptiste wrote: > Patch approved! ... and merged now. Thanks guys! Willy

Re: [PATCH] BUG/MINOR: dns: ignore trailing dot

2020-02-28 Thread Baptiste
On Thu, Feb 27, 2020 at 3:47 PM Lukas Tribus wrote: > As per issue #435 a hostname with a trailing dot confuses our DNS code, > as for a zero length DNS label we emit a null-byte. This change makes us > ignore the zero length label instead. > > Must be backported to 1.8. > --- > > As discussed

[PATCH] BUG/MINOR: dns: ignore trailing dot

2020-02-27 Thread Lukas Tribus
As per issue #435 a hostname with a trailing dot confuses our DNS code, as for a zero length DNS label we emit a null-byte. This change makes us ignore the zero length label instead. Must be backported to 1.8. --- As discussed in issue #435 --- src/dns.c | 6 ++ 1 file changed, 6