Re: [PR] Create SECURITY.md

2024-08-05 Thread Willy Tarreau
Hi Nicolas, [ dropped security@, it's not too much spammed yet, I prefer to limit exposure ] On Sun, Aug 04, 2024 at 08:20:33PM +0200, Nicolas CARPi wrote: > Hello list, > > This PR made me think about the new security.txt standard - or at least > proposed standard: https://securitytxt.org/ >

Re: [PR] Create SECURITY.md

2024-08-05 Thread Willy Tarreau
On Sat, Aug 03, 2024 at 12:23:03PM +, PR Bot wrote: > Dear list! > > Author: Valen1393 > Number of patches: 1 > > This is an automated relay of the Github pull request: >Create SECURITY.md > > Patch title(s): >Create SECURITY.md > > Link: >https://github.com/haproxy/haproxy/pu

Dropped logs counter not working with rings

2024-08-05 Thread Wojciech Dubiel
Hello Please CC me as I'm not subscribed on the list. I've been trying to make haproxy send logs to a fluent-bit in such a way, that when the fluent-bit can't keep up parsing them and logs start getting dropped, I will get an alert. The haproxy_process_dropped_logs_total metric from haproxy's pr

[PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Ilia Shipitsin
found by coccinelle --- src/fcgi-app.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fcgi-app.c b/src/fcgi-app.c index b3a9b7c59..d96bb222c 100644 --- a/src/fcgi-app.c +++ b/src/fcgi-app.c @@ -606,6 +606,8 @@ static int proxy_parse_use_fcgi_app(char **args, int secti

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread William Lallemand
On Mon, Aug 05, 2024 at 07:17:48PM +0200, Ilia Shipitsin wrote: > Subject: [PATCH] src/fcgi-app.c: handle strdup failure > found by coccinelle Please add clearer commit messages in your patches, you tend to minimize them, thanks ! :-) > --- > src/fcgi-app.c | 5 - > 1 file changed, 4 insert

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Илья Шипицин
пн, 5 авг. 2024 г. в 19:56, William Lallemand : > On Mon, Aug 05, 2024 at 07:17:48PM +0200, Ilia Shipitsin wrote: > > Subject: [PATCH] src/fcgi-app.c: handle strdup failure > > found by coccinelle > > Please add clearer commit messages in your patches, you tend to minimize > them, thanks ! :-) >

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread William Lallemand
On Mon, Aug 05, 2024 at 08:01:39PM +0200, Илья Шипицин wrote: > Subject: Re: [PATCH] src/fcgi-app.c: handle strdup failure > пн, 5 авг. 2024 г. в 19:56, William Lallemand : > > > On Mon, Aug 05, 2024 at 07:17:48PM +0200, Ilia Shipitsin wrote: > > > Subject: [PATCH] src/fcgi-app.c: handle strdup fa

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Илья Шипицин
пн, 5 авг. 2024 г. в 20:09, William Lallemand : > On Mon, Aug 05, 2024 at 08:01:39PM +0200, Илья Шипицин wrote: > > Subject: Re: [PATCH] src/fcgi-app.c: handle strdup failure > > пн, 5 авг. 2024 г. в 19:56, William Lallemand : > > > > > On Mon, Aug 05, 2024 at 07:17:48PM +0200, Ilia Shipitsin wrot

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Илья Шипицин
updated patch attached (I preferred that instead of sending with "git send-email") пн, 5 авг. 2024 г. в 20:10, Илья Шипицин : > > > пн, 5 авг. 2024 г. в 20:09, William Lallemand : > >> On Mon, Aug 05, 2024 at 08:01:39PM +0200, Илья Шипицин wrote: >> > Subject: Re: [PATCH] src/fcgi-app.c: handle s

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Willy Tarreau
On Mon, Aug 05, 2024 at 09:02:46PM +0200, ??? wrote: > updated patch attached (I preferred that instead of sending with "git > send-email") > > ??, 5 ???. 2024 ?. ? 20:10, ??? : > > > > > > > ??, 5 ???. 2024 ?. ? 20:09, William Lallemand : > > > >> On Mon, Aug 05, 2024 at 08:01:

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Willy Tarreau
On Tue, Aug 06, 2024 at 05:16:11AM +0200, Willy Tarreau wrote: > > diff --git a/src/fcgi-app.c b/src/fcgi-app.c > > index b3a9b7c59..98077b959 100644 > > --- a/src/fcgi-app.c > > +++ b/src/fcgi-app.c > > @@ -606,6 +606,8 @@ static int proxy_parse_use_fcgi_app(char **args, int > > section, struct p

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Илья Шипицин
I'll provide better script. It is not actual patching, but detection (which looks like a patching) Thanks! On Tue, Aug 6, 2024, 08:25 Willy Tarreau wrote: > On Tue, Aug 06, 2024 at 05:16:11AM +0200, Willy Tarreau wrote: > > > diff --git a/src/fcgi-app.c b/src/fcgi-app.c > > > index b3a9b7c59..9

Re: [PATCH] src/fcgi-app.c: handle strdup failure

2024-08-05 Thread Willy Tarreau
On Tue, Aug 06, 2024 at 08:35:21AM +0200, ??? wrote: > I'll provide better script. It is not actual patching, but detection (which > looks like a patching) Yes I know, I'm used to that as well. Our other scripts do that, they provide a patch and that's used to detect in the end. But that'