Skip to content

Commit

Permalink
Poly1305: tolerate the intentional unsigned wraparound in poly1305.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Mar 26, 2019
1 parent b34bf30 commit e9d5e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sanitizer_suppressions/ubsan
Expand Up @@ -15,6 +15,7 @@ unsigned-integer-overflow:coded_stream.h
unsigned-integer-overflow:core_write.cpp
unsigned-integer-overflow:crypto/chacha20.cpp
unsigned-integer-overflow:crypto/ctaes/ctaes.c
unsigned-integer-overflow:crypto/poly1305.cpp
unsigned-integer-overflow:crypto/ripemd160.cpp
unsigned-integer-overflow:crypto/sha1.cpp
unsigned-integer-overflow:crypto/sha256.cpp
Expand Down

0 comments on commit e9d5e97

Please sign in to comment.