Re: [cfe-users] MSAN blacklist

2018-01-29 Thread Evgenii Stepanov via cfe-users
This is a report from an interceptor, it is not affected by blacklist, unfortunately. You could try MSAN_OPTIONS=intercept_strlen=0, but it is likely that something else will pop up instead. Try figuring out what is the actual reason for the report, i.e. what code is supposed to initialize this mem

Re: [cfe-users] Regarding issue with compilation of multiple source files

2018-01-29 Thread David Blaikie via cfe-users
can you show the actual command & it's exact output? I'm guessing you've got a -c (or -S, etc) in there somewhere, perhaps? On Wed, Jan 24, 2018 at 12:08 AM Sameer Joshi via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi, > > I am compiling multiple source files and trying to generate one exec

[cfe-users] MSAN blacklist

2018-01-29 Thread Bernd Schubert via cfe-users
Hello, I would like to blacklist some warnings, but everything I tried so far is ignored. # cat msan-blacklist.txt fun:*interceptor_strlen* fun:*foreach_dirinpath* fun:foreach_dirinpath fun:*interceptor_strrchr* fun:*try_dlopen* src:*/ltdl.c src:ltdl.c So I tried to blacklist all kind of combina