[RFC] Allow disabling abstract unix socket paths NUL-padding

2024-03-05 Thread Tristan
Hello, Earlier, I ran into the issue outlined in https://github.com/haproxy/haproxy/issues/977 Namely, that HAProxy will NUL-pad (as suffix) abstract unix socket paths, causing interop issues with other programs. I raised a new feature request to make this behaviour tunable

Re: [PATCH 1/1] CI: skip scheduled builds on forks

2024-03-05 Thread Willy Tarreau
On Wed, Feb 21, 2024 at 05:05:39PM +0100, Ilya Shipitsin wrote: > tracking bleeding edge changes with some rare platforms or modern > compilers on scheduled basis is not what usually forks do. let's > skip by default in forks, if some fork is interested, it might be > enabled locally Thank you!

Re: [PATCH 1/1] CI: enable monthly build only test on netbsd-9.3

2024-03-05 Thread Willy Tarreau
On Mon, Feb 19, 2024 at 10:14:59PM +0100, Ilya Shipitsin wrote: > it is interesting to try https://github.com/vmactions/netbsd-vm actions Now merged, thanks! Willy

Re: [PATCH 1/1] CI: run more smoke tests on config syntax to check memory related issues

2024-03-05 Thread Willy Tarreau
On Sat, Feb 17, 2024 at 08:42:28PM +0100, Ilya Shipitsin wrote: > config syntax check seems add a value on testing code path not > covered by VTest, also checks are very fast Applied, thanks! We'll see if it triggers anything, that could indeed be helpful. Willy

Re: [PATCH] CLEANUP: assorted typo fixes in the code and comments

2024-03-05 Thread Willy Tarreau
On Thu, Feb 22, 2024 at 10:12:27AM +0100, Ilya Shipitsin wrote: > This is 39th iteration of typo fixes Now merged, thank you! I split it in two because the one on resolvers and stick-tables directly affects the code (it renames a function argument) and I want to make it easy to drop it in case