Re: [PATCH 1/2] BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat

2020-02-13 Thread Willy Tarreau
On Wed, Feb 12, 2020 at 09:23:20PM +0100, William Dauchy wrote: > we cannot return right after socket opening as we need to move back to > the default namespace first > > this should fix github issue #500 > > this might be backported to all version >= 1.6 (...) applied, thanks! Willy

[PATCH 1/2] BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat

2020-02-12 Thread William Dauchy
we cannot return right after socket opening as we need to move back to the default namespace first this should fix github issue #500 this might be backported to all version >= 1.6 Fixes: b3e54fe387c7c1 ("MAJOR: namespace: add Linux network namespace support") Signed-off-by: William Dauchy ---