class_loader icon indicating copy to clipboard operation
class_loader copied to clipboard

suppress sanitizer warning about (expected) leak

Open comicfans opened this issue 1 year ago • 0 comments

to address https://github.com/ros/class_loader/issues/131, this didn't change code, instead it suppress the sanitizer report because we know this leak is expected. this suppression can't be done through runtime suppression file because sanitizer can't do that for dlopen shared libraries https://github.com/google/sanitizers/issues/89 , so better to annotate it.

comicfans avatar Sep 04 '24 20:09 comicfans