Hi Rober,

On 3/3/25 22:42, Roberto Moreda wrote:
> Hi again.
> 
> For completeness, I'm going to update my haproxy fork with three commits that 
> correspond to what you suggested. See them attached and hopefully they should 
> fit the bill 😊.
> 
> I added a minor fix to avoid a warning on a possible null pointer in this 
> snippet of syslog_fd_handler():
> 
> struct listener *l = objt_listener(fdtab[fd].owner);
> struct proxy *frontend;
> int max_accept;
> 
> BUG_ON(!l);
> frontend = l->bind_conf->frontend;   /* <-- moved this assignment after 
> BUG_ON */
> 
> Cheers,
> 
>   Rober

Thanks for that!

Just to let you know that we are not forgetting you, we are currently
discussing the patches between team members to perform some minor
adjustments so that they can be merged :)

We'll let you know how it goes

Aurelien


Reply via email to