Skip to content

Commit ff2a02f

Browse files
committed
Add comment -- no code changes
1 parent b589da0 commit ff2a02f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lsqpack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,7 @@ header_out_grow_buf (struct lsqpack_dec *dec,
33513351
return -1;
33523352
if (read_ctx->hbrc_out.xhdr->val_len < need)
33533353
{
3354+
/* XXX Unnecessary if dhi_prepare_decode() follows contract */
33543355
D_INFO("allocated xhdr size (%zd) is smaller than requested (%zd)",
33553356
(size_t) read_ctx->hbrc_out.xhdr->val_len, need);
33563357
memset(&read_ctx->hbrc_out, 0, sizeof(read_ctx->hbrc_out));

0 commit comments

Comments
 (0)