Re: [libvirt] [PATCH] maint: add sanitizers to the build process

2017-05-30 Thread Daniel P. Berrange
On Tue, May 30, 2017 at 12:28:57PM -0300, claudioandre...@gmail.com wrote: > From: Claudio André > > Sanitizers are based on compile-time instrumentation. They are available in > gcc and clang for a range of supported operation systems and platforms. More > info at:

Re: [libvirt] [PATCH] maint: add sanitizers to the build process

2017-05-30 Thread Claudio André
Sorry, I mean RFC. Em 30/05/2017 12:28, claudioandre...@gmail.com escreveu: From: Claudio André Sanitizers are based on compile-time instrumentation. They are available in gcc and clang for a range of supported operation systems and platforms. More info at:

[libvirt] [PATCH] maint: add sanitizers to the build process

2017-05-30 Thread claudioandre . br
From: Claudio André Sanitizers are based on compile-time instrumentation. They are available in gcc and clang for a range of supported operation systems and platforms. More info at: https://github.com/google/sanitizers The address sanitizer finds bugs related to