Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Mar 14, 2023
1 parent fbde619 commit 3586b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_tokgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ tokgen_generate_token (struct token_generator *tokgen,
unsigned char label[ LABEL_PREFIX_SZ + sizeof(crypter->nonce_counter) ];
char in_str[(MAX_RETRY_TOKEN_LEN - RETRY_NONCE_LEN
- RETRY_TAG_LEN) * 2 + 1],
ad_str[ad_len * 2 + 1],
ad_str[MAX_CID_LEN * 2 + 1],
token_str[MAX_RETRY_TOKEN_LEN * 2 + 1];

if (bufsz < MAX_RETRY_TOKEN_LEN)
Expand Down

0 comments on commit 3586b1e

Please sign in to comment.