Branch: refs/heads/memory-corrupt-debug
Home: https://github.com/kronosnet/kronosnet
Commit: 5d5a5d8592bef18e029411b4e975b6887ddf830a
https://github.com/kronosnet/kronosnet/commit/5d5a5d8592bef18e029411b4e975b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-10 (Thu, 10 Oct 2019)
Changed paths:
M libknet/onwire.c
M libknet/onwire.h
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[DEBUG] DO NOT MERGE: add assert/chksum debugging info
similar to corosync, this breaks onwire badly.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 38e40998ec6b843218251a2b56cb056d5b9fbc6e
https://github.com/kronosnet/kronosnet/commit/38e40998ec6b843218251a2b56cb0…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
[build] add --with-sanitizers= option for sanitizer builds
this option is stricly meant for runtime debugging purposes.
do NOT use in production.
check gcc/clang man pages on how to use ASAN/UBSAN/TSAN.
Also allow users to specificy SANITIZERS_CFLAGS and SANITIZERS_LDFLAGS
for advanced use.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7c470fe6fe90d7a523ca0bfc238ed89e0948f940
https://github.com/kronosnet/kronosnet/commit/7c470fe6fe90d7a523ca0bfc238ed…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
Merge pull request #263 from kronosnet/runtime-debug
[build] add --with-sanitizers= option for sanitizer builds
Compare: https://github.com/kronosnet/kronosnet/compare/f2f1fe9162ca...7c470fe6fe90
Branch: refs/heads/runtime-debug
Home: https://github.com/kronosnet/kronosnet
Commit: 38e40998ec6b843218251a2b56cb056d5b9fbc6e
https://github.com/kronosnet/kronosnet/commit/38e40998ec6b843218251a2b56cb0…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
[build] add --with-sanitizers= option for sanitizer builds
this option is stricly meant for runtime debugging purposes.
do NOT use in production.
check gcc/clang man pages on how to use ASAN/UBSAN/TSAN.
Also allow users to specificy SANITIZERS_CFLAGS and SANITIZERS_LDFLAGS
for advanced use.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: f2f1fe9162ca82d45187ab0b26009207932686f0
https://github.com/kronosnet/kronosnet/commit/f2f1fe9162ca82d45187ab0b26009…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M man/doxyxml.c
Log Message:
-----------
Merge pull request #262 from ThomasLamprecht/fix-doxyxml-overflow
doxyxml: print_param: fix heap-buffer-overflow on read
Commit: 8aed30b407ba138f07d31e51c56bd64d0c0671a4
https://github.com/kronosnet/kronosnet/commit/8aed30b407ba138f07d31e51c56bd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
[build] add options for ASAN/UBSAN/TSAN runtime sanitizer builds
those options are stricly meant for runtime debugging purposes.
do NOT use in production.
check gcc/clang man pages on how to use ASAN/UBSAN/TSAN.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/f2bb002911d6...8aed30b407ba
Branch: refs/heads/runtime-debug
Home: https://github.com/kronosnet/kronosnet
Commit: 8aed30b407ba138f07d31e51c56bd64d0c0671a4
https://github.com/kronosnet/kronosnet/commit/8aed30b407ba138f07d31e51c56bd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
[build] add options for ASAN/UBSAN/TSAN runtime sanitizer builds
those options are stricly meant for runtime debugging purposes.
do NOT use in production.
check gcc/clang man pages on how to use ASAN/UBSAN/TSAN.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/runtime-debug
Home: https://github.com/kronosnet/kronosnet
Commit: b8e5f8a6a5a676703333ac3a0101e91fbf54de78
https://github.com/kronosnet/kronosnet/commit/b8e5f8a6a5a676703333ac3a0101e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths:
M configure.ac
M man/Makefile.am
Log Message:
-----------
[build] add options for ASAN and UBSAN builds
those options are stricly meant for runtime debugging purposes.
do NOT use in production.
check gcc man pages on how to use ASAN and UBSAN.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>