On 14/10/15 10:37, Jakub Jelinek wrote:
On Tue, Oct 13, 2015 at 02:20:06PM +0300, Maxim Ostapenko wrote:
This patch removes UBSan stubs from ASan and TSan code. We don't embed UBSan
to ASan and UBSan because that would lead to undefined references to C++
stuff when linking with -static-libasan.
On Tue, Oct 13, 2015 at 02:20:06PM +0300, Maxim Ostapenko wrote:
> This patch removes UBSan stubs from ASan and TSan code. We don't embed UBSan
> to ASan and UBSan because that would lead to undefined references to C++
> stuff when linking with -static-libasan. AFAIK, sanitizer developers use
> dif
This patch removes UBSan stubs from ASan and TSan code. We don't embed
UBSan to ASan and UBSan because that would lead to undefined references
to C++ stuff when linking with -static-libasan. AFAIK, sanitizer
developers use different libraries for C and CXX runtimes, but I think
this is out of s