Re: [dpdk-dev] [PATCH v3] mk: add support for UBSAN

2019-11-27 Thread Aaron Conole
Harman Kalra writes: > UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior > detector. UBSan modifies the program at compile-time to catch > various kinds of undefined behavior during program execution. > > This patch introduces support for UBSan to the DPDK. > > See: doc/guides/prog_

[dpdk-dev] [PATCH v3] mk: add support for UBSAN

2019-11-15 Thread Harman Kalra
UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector. UBSan modifies the program at compile-time to catch various kinds of undefined behavior during program execution. This patch introduces support for UBSan to the DPDK. See: doc/guides/prog_guide/ubsan.rst for more informatio