I would like to run sanitizers before new 1.9 release is out On Wed, May 8, 2019, 10:54 AM Willy Tarreau <[email protected]> wrote:
> Hi Ilya, > > On Tue, May 07, 2019 at 11:47:54AM +0500, ???? ??????? wrote: > > Hello, > > > > when running regtests against 1.9 branch there are findings (not seen in > > master branch) > > > > *** h1 0.0 > > debug|================================================================= > > *** h1 0.0 debug|==16493==ERROR: AddressSanitizer: > heap-use-after-free > > on address 0x619000003c95 at pc 0x0000006ca207 bp 0x7ffd92124b60 sp > > 0x7ffd92124b50 > > *** h1 0.0 debug|WRITE of size 1 at 0x619000003c95 thread T0 > > *** h1 0.0 debug| #0 0x6ca206 in update_log_hdr src/log.c:1260 > > *** h1 0.0 debug| #1 0x6ca206 in __send_log src/log.c:1445 > > *** h1 0.0 debug| #2 0x6ca48a in send_log src/log.c:1323 > (...) > > OK these are the same that you reported on master which is fixed there > and not backported yet. It should eventually get backported ;-) > > Thanks, > Willy >

