Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package triggers severe warnings #93

Open
blshkv opened this issue Jul 3, 2022 · 2 comments
Open

Package triggers severe warnings #93

blshkv opened this issue Jul 3, 2022 · 2 comments

Comments

@blshkv
Copy link

blshkv commented Jul 3, 2022

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * /usr/include/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' offset [64, 128] is out of the bounds [0, 13] [-Warray-bounds]

 * Please do not file a Gentoo bug and instead report the above QA
 * issues directly to the upstream developers of this software.
 * Homepage: https://github.com/nabla-c0d3/nassl

I received that warning message during compilation, something need to be investigated

/usr/include/bits/string_fortified.h is installed by sys-libs/glibc-2.34-r13, FYI

@blshkv
Copy link
Author

blshkv commented May 20, 2023

v 5.0.1 got more:

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * /usr/include/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 128 is out of the bounds [0, 128] of object 'hmac_pad' with type 'unsigned char[128]' [-Warray-bounds]
 * /usr/include/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' offset [64, 128] is out of the bounds [0, 13] [-Warray-bounds]

@blshkv
Copy link
Author

blshkv commented Nov 30, 2023

5.1.0

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * s3_srvr.c:1931:13: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
 * passwd.c:309:5: warning: '__builtin___strncat_chk' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation]
 * nassl/_nassl/nassl_SSL_CTX.c:251:5: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant