mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
658 B
Plaintext
30 lines
658 B
Plaintext
# See https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#runtime-suppressions
|
|
# for details.
|
|
|
|
# protobuf lib
|
|
shift-base:CodedInputStream.m
|
|
# generated protos
|
|
bool:WhisperTextProtocol.pb.m
|
|
bool:OWSWebRTCDataProtos.pb.m
|
|
|
|
# YapDatabase
|
|
bool:YapDatabaseAutoViewTransaction.m
|
|
|
|
# SocketRocket
|
|
bool:SRWebSocket.m
|
|
|
|
# Curve25519 expected
|
|
shift-base:curve25519-donna.c
|
|
shift-base:ge_scalarmult_base.c
|
|
shift-base:fe_mul.c
|
|
shift-exponent:fe_sq.c
|
|
shift-base:fe_sq.c
|
|
shift-base:fe_sq2.c
|
|
shift-exponent:fe_sq2.c
|
|
shift-base:fe_tobytes.c
|
|
shift-exponent:fe_tobytes.c
|
|
shift-base:sc_reduce.c
|
|
shift-exponent:sc_reduce.c
|
|
shift-base:sc_muladd.c
|
|
shift-exponent:sc_muladd.c
|