Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 25, 2025
1 parent c979668 commit f53824c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/tsi/fake_transport_security.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ static tsi_result tsi_fake_frame_decode(const unsigned char* incoming_bytes,
frame->allocated_size = TSI_FAKE_FRAME_INITIAL_ALLOCATED_SIZE;
frame->data =
static_cast<unsigned char*>(gpr_malloc(frame->allocated_size));
memset(frame->data, 0xab, frame->allocated_size);
}

if (frame->offset < TSI_FAKE_FRAME_HEADER_SIZE) {
Expand Down

0 comments on commit f53824c

Please sign in to comment.