We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415d511 commit 1ae6022Copy full SHA for 1ae6022
tests/s3_checksum_stream_test.c
@@ -143,6 +143,7 @@ static int compare_chunk_stream(
143
struct aws_byte_buf read_buf;
144
aws_byte_buf_init(&read_buf, allocator, buffer_size);
145
for (size_t i = 0; i < AWS_ARRAY_SIZE(s_checksum_algo_priority_list); i++) {
146
+ AWS_ZERO_STRUCT(streamed_encoded_checksum);
147
enum aws_s3_checksum_algorithm algorithm = s_checksum_algo_priority_list[i];
148
aws_base64_compute_encoded_len(aws_get_digest_size_from_checksum_algorithm(algorithm), &encoded_len);
149
size_t total_len =
0 commit comments