Re: findings of gcc address sanitizer

2019-05-05 Thread Илья Шипицин
nice, I will add sanitizers to travis-ci matrix вс, 5 мая 2019 г. в 13:18, Willy Tarreau : > Hi Ilya, > > On Fri, May 03, 2019 at 06:58:19PM +0500, ??? wrote: > > *** h10.1 debug|#0 0x6db986 in update_log_hdr src/log.c:1399 > (...) > > *** h10.1 debug|previously allocated

Re: findings of gcc address sanitizer

2019-05-05 Thread Willy Tarreau
Hi Ilya, On Fri, May 03, 2019 at 06:58:19PM +0500, ??? wrote: > *** h10.1 debug|#0 0x6db986 in update_log_hdr src/log.c:1399 (...) > *** h10.1 debug|previously allocated by thread T0 here: > *** h10.1 debug|#0 0x7f8ebd15c5de in realloc >

findings of gcc address sanitizer

2019-05-03 Thread Илья Шипицин
Hello, I run reg-tests on gcc-9 (fedora 30). I built haproxy the following way make CC=gcc V=1 TARGET=$TARGET $FLAGS DEBUG_CFLAGS="-fsanitize=address -ggdb" LDFLAGS="-lasan" asan found couple of things *** h10.1 debug|#0 0x6db986 in update_log_hdr src/log.c:1399 *** h10.1 debug|