21 lines
1.8 KiB
Plaintext
21 lines
1.8 KiB
Plaintext
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c: In function 'ssl_calc_finished_tls_sha384':
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c:3045:5: warning: 'sha512_finish' accessing 64 bytes in a region of size 48 [-Wstringop-overflow=]
|
|
3045 | sha512_finish( &sha512, padbuf );
|
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c:3045:5: note: referencing argument 2 of type 'unsigned char[64]'
|
|
In file included from lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/include/polarssl/ssl.h:54,
|
|
from lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/include/polarssl/debug.h:35,
|
|
from lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c:42:
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/include/polarssl/sha512.h:109:6: note: in a call to function 'sha512_finish'
|
|
109 | void sha512_finish( sha512_context *ctx, unsigned char output[64] );
|
|
| ^~~~~~~~~~~~~
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c: In function 'tls_prf_sha384':
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c:332:9: warning: 'sha512_hmac' accessing 64 bytes in a region of size 48 [-Wstringop-overflow=]
|
|
332 | sha512_hmac( secret, slen, tmp, 48 + nb, h_i, 1 );
|
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/library/ssl_tls.c:332:9: note: referencing argument 5 of type 'unsigned char[64]'
|
|
lib/amb1_sdk/common/network/ssl/polarssl-1.3.8/include/polarssl/sha512.h:191:6: note: in a call to function 'sha512_hmac'
|
|
191 | void sha512_hmac( const unsigned char *key, size_t keylen,
|
|
| ^~~~~~~~~~~
|
|
/usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: warning: build/bin/application.axf has a LOAD segment with RWX permissions
|