mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
467 B
14 lines
467 B
10 years ago
|
# OPENSSL_cleanse does racy access to a global
|
||
|
race:OPENSSL_cleanse
|
||
10 years ago
|
race:cleanse_ctr
|
||
10 years ago
|
# these are legitimate races in OpenSSL, and it appears those folks are looking at it
|
||
|
# https://www.mail-archive.com/openssl-dev@openssl.org/msg09019.html
|
||
|
race:ssleay_rand_add
|
||
|
race:ssleay_rand_bytes
|
||
9 years ago
|
race:__sleep_for
|
||
8 years ago
|
# protobuf has an idempotent write race in ByteSize/GetCachedSize
|
||
8 years ago
|
# https://github.com/google/protobuf/issues/2169
|
||
|
race:ByteSize
|
||
8 years ago
|
race:ByteSizeLong
|
||
|
race:GetCachedSize
|