Re: [PATCH] BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution

2017-10-27 Thread Willy Tarreau
Hi Dragan, On Thu, Oct 26, 2017 at 11:53:11AM +0200, Dragan Dosen wrote: > Hi all, > > Here's a patch that fixes the problem with trash buffers being > overwritten during build_logline() execution. Now merged, thanks! I think this are will need another lifting during 1.9-dev because what

[PATCH] BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution

2017-10-26 Thread Dragan Dosen
11:25:10 +0200 Subject: [PATCH] BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution Calls to build_logline() are audited in order to use dynamic trash buffers allocated by alloc_trash_chunk() instead of global trash buffers. This is similar to commits 07a0fec ("BU