This commit is contained in:
parent
ddc44735d8
commit
775211e9f3
1 changed files with 15 additions and 0 deletions
|
|
@ -69,3 +69,18 @@ fun:Fixture::create_component*
|
|||
|
||||
fun:_XData32
|
||||
src:read_iovec
|
||||
|
||||
# Ignore system X11/XCB libraries (not MSan-instrumented)
|
||||
fun:_XData32
|
||||
fun:XChangeProperty
|
||||
fun:_XSend
|
||||
fun:_XFlush
|
||||
fun:XFlush
|
||||
fun:write_vec
|
||||
fun:_xcb_conn_wait
|
||||
fun:_xcb_out_send
|
||||
fun:xcb_writev
|
||||
|
||||
# Alternatively, blanket-ignore the libraries themselves
|
||||
src:/msan/lib/libX11.so.*
|
||||
src:/msan/lib/libxcb.so.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue