aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
27 stars 17 forks source link

[WIP]mbedtls: update to v2.28.2 to fix gcc 11.3 build issue #74

Closed codingspirit closed 1 year ago

codingspirit commented 1 year ago

Signed-off-by: Alex.Li zhiqinli@amazon.com

Issue #, if available:

Description of changes:

Current mbedtls version will cause build error when gcc is 11 or newer:

ssl_tls.c:3267:5: error: ‘mbedtls_sha512_finish_ret’ accessing 64 bytes in a region of size 48 [-Werror=stringop-overflow=]
 3267 |     finish( &sha512, padbuf );
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.