clr-bundles icon indicating copy to clipboard operation
clr-bundles copied to clipboard

DevPackage for the BoringSSL library

Open hakoptak opened this issue 1 year ago • 0 comments

Hi,

I try to build Google's BoringSSL library inside a ClearLinux docker container but I get an annoying compiler error:

boringssl/crypto/bytestring/cbs.c:525:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]

This seems to be a false positive as I don't get this error when I compile BoringSSL on my Mac.

Would it be possible to create a BoringSSL library package (.a, .so) such that I can build my code with BoringSSL?

Thanks in advance!

hakoptak avatar Dec 16 '23 15:12 hakoptak