Skip to content

Commit

Permalink
[asan] add missing SWSS_LOG_ENTER()
Browse files Browse the repository at this point in the history
Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
  • Loading branch information
Yakiv-Huryk committed Jul 22, 2022
1 parent bb70011 commit 7b50e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncd/Asan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

extern "C" {
const char* __lsan_default_suppressions() {
// SWSS_LOG_ENTER(); // disabled
return "leak:__static_initialization_and_destruction_0\n";
}
}
Expand Down

0 comments on commit 7b50e48

Please sign in to comment.