Skip to content

Commit c6d8e11

Browse files
Merge pull request #1360 from ldorau/Add_missing_suppressions_for_upstreamOpenIPCHandle
Add missing suppressions for upstreamOpenIPCHandle()
2 parents 3a4a335 + b2c37b8 commit c6d8e11

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

test/supp/drd-test_ipc.supp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18+
19+
{
20+
[false-positive] Double check locking pattern in trackingOpenIpcHandle
21+
drd:ConflictingAccess
22+
fun:utils_atomic_store_release_ptr
23+
fun:upstreamOpenIPCHandle
24+
fun:trackingOpenIpcHandle
25+
fun:umfMemoryProviderOpenIPCHandle
26+
fun:umfOpenIPCHandle
27+
...
28+
}

test/supp/drd-test_ipc_max_opened_limit.supp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18+
19+
{
20+
[false-positive] Double check locking pattern in trackingOpenIpcHandle
21+
drd:ConflictingAccess
22+
fun:utils_atomic_store_release_ptr
23+
fun:upstreamOpenIPCHandle
24+
fun:trackingOpenIpcHandle
25+
fun:umfMemoryProviderOpenIPCHandle
26+
fun:umfOpenIPCHandle
27+
...
28+
}

0 commit comments

Comments
 (0)