Update boringssl (#12404)
to include "Work around language and compiler bug in memcpy, etc. " Details in https://github.com/google/boringssl/commit/17cf2cb1d226b0ba2401304242df7ddd3b6f1ff2 That change was needed on my system to avoid the following compilation error: external/boringssl/src/crypto/asn1/a_bitstr.c:118:5: error: 'memcpy': specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
Loading
Please sign in to comment