On 11/29/19 12:28 PM, Matthias Klose wrote:
libsanitizer on trunk only bumps the soversion for asan, but the other libraries drop some symbols without bumping the soname, Are these changes intended, and should the soversions be bumped?
Hello. Yes, it's intended. We should bump the library only if there's a ABI change for functions that are utilized from an instrumented binary (with GCC -fsanitize=xyz). Are these such functions? Thanks, Martin