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.
2 parents 149f4a4 + bdcff43 commit b58e845Copy full SHA for b58e845
net/tls/tls_strp.c
@@ -511,9 +511,8 @@ static int tls_strp_read_sock(struct tls_strparser *strp)
511
if (inq < strp->stm.full_len)
512
return tls_strp_read_copy(strp, true);
513
514
+ tls_strp_load_anchor_with_queue(strp, inq);
515
if (!strp->stm.full_len) {
- tls_strp_load_anchor_with_queue(strp, inq);
516
-
517
sz = tls_rx_msg_size(strp, strp->anchor);
518
if (sz < 0) {
519
tls_strp_abort_strp(strp, sz);
0 commit comments