Skip to content

Commit

Permalink
exclude CRYPTO_zalloc from lsan checks
Browse files Browse the repository at this point in the history
Summary:
https://www.internalfb.com/intern/everpaste/?color=1&handle=GN5JpwdQGnzdG_YHAI7oHZnLbA9Obr0LAAAz

Above run and most other agent hw test runs see the lsan leaks with this symbol. Excluding it from lsan checks.

Reason for the leak is unknown but this change will atleast keep the on-diffs from getting disabled due to bad signal.

Reviewed By: zechengh09

Differential Revision: D63340317

fbshipit-source-id: 999ec66edbd2e036960fdd44b4c2d168fb54af83
  • Loading branch information
Ravi Vantipalli authored and facebook-github-bot committed Sep 24, 2024
1 parent 52ed507 commit f3ebb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fboss/BUILD_MODE.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ _lsan_suppressions = [
# TODO Remove the below as part of T143911621
# Disable asan warning till DLB warmboot support implemented
"bcm_th2_l3_egress_dlb_attr_set",
"CRYPTO_zalloc",
]

_tsan_suppressions = [
Expand Down

0 comments on commit f3ebb36

Please sign in to comment.