Skip to content

Commit

Permalink
it's a pointer...
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 16, 2024
1 parent 6922c0c commit 654094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_request_messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ static int s_calculate_in_memory_checksum_helper(
struct aws_byte_buf *out_checksum) {
AWS_ASSERT(checksum_config->checksum_algorithm != AWS_SCA_NONE);
AWS_ASSERT(out_checksum != NULL);
AWS_ZERO_STRUCT(out_checksum);
AWS_ZERO_STRUCT(*out_checksum);

int ret_code = AWS_OP_ERR;
size_t digest_size = aws_get_digest_size_from_algorithm(checksum_config->checksum_algorithm);
Expand Down

0 comments on commit 654094a

Please sign in to comment.