Re: clang sanitizers (memory, address, etc)

2013-10-22 Thread squid
On 2013-10-22 18:30, Dimitry Andric wrote: > > The sanitizers have not yet been ported, and while I have heard that > some work was done, there is no coordinated effort yet. This is one of > the many items on my todo-lists, but other things came first... > Thanks. I look forward to that. I'll

Re: clang sanitizers (memory, address, etc)

2013-10-22 Thread Dimitry Andric
On Oct 22, 2013, at 15:05, sq...@peralex.com wrote: > I'm running current, and I've managed to compile, but not link some code > using -sanitizer=memory. The linker is missing some symbols > (__msan_memcpy and others), and I can't find the appropriate library. > I've found no mention of anybody us

clang sanitizers (memory, address, etc)

2013-10-22 Thread squid
Good day, I'm running current, and I've managed to compile, but not link some code using -sanitizer=memory. The linker is missing some symbols (__msan_memcpy and others), and I can't find the appropriate library. I've found no mention of anybody using the sanitizers on FreeBSD though. Are those