Commit ffc4109
authored
[asan] suppress the static variable leaks (#1085)
* [asan] suppress the static variable leaks
This is to suppress ASAN false positives for static variables.
For example, the ServiceMethodTable::m_slots is sometimes reported as
leaked.
Signed-off-by: Yakiv Huryk <[email protected]>
* [asan] add missing SWSS_LOG_ENTER()
Signed-off-by: Yakiv Huryk <[email protected]>1 parent bfd37e3 commit ffc4109
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
0 commit comments