mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
24 lines
629 B
Plaintext
24 lines
629 B
Plaintext
# This function and source blacklist is applied to LLVM's sanitize frameworks.
|
|
# Please restrict entries to known-problems in third-party libraries.
|
|
|
|
# ASIO 0-lookups
|
|
fun:*get_io_service*
|
|
src:*asio/impl/*
|
|
|
|
# GFlags
|
|
fun:*SetArgv*
|
|
|
|
# GLog
|
|
# This is a confirmed race, but deemed low pri
|
|
fun:google::RawLog__SetLastTime
|
|
|
|
# Thrift
|
|
fun:apache::thrift::transport::TServerSocket::listen
|
|
fun:apache::thrift::transport::TServerSocket::notify
|
|
fun:apache::thrift::transport::TServerSocket::interrupt
|
|
fun:apache::thrift::transport::TServerSocket::interruptChildren
|
|
src:*thrift/transport/TServerSocket.cpp
|
|
|
|
# RocksDB
|
|
fun:*ColumnFamilyOptions*
|