[Buildroot] [PATCH] package/syslog-ng: fix runtime in 32-bit

Arnout Vandecappelle arnout at mind.be
Sat Sep 21 19:01:23 UTC 2019



On 21/09/2019 04:26, Ricardo Martincoski wrote:
> When this line:
>   unix-stream ("/dev/log");
> is used as source in the .conf file and syslog-ng receives a message
> (sent for test purposes using 'logger') the server throws the exception:
> ERROR:lib/window-size-counter.c:76:window_size_counter_sub: assertion failed: (old_value >= value)
> 
> Even after replacing that config by:
>   unix-dgram ("/dev/log");
> when the server is stopped it throws the same exception.
> 
> Add one upstream patch to fix both issues.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/295369456
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> Cc: Chris Packham <judge.packham at gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

 Applied to master, thanks.

 Regards,
 Arnout




More information about the buildroot mailing list