mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.13.1 - fix a few minor issues flagged by Coverity
This commit is contained in:
parent
e57d2b2724
commit
ea822d0d31
6 changed files with 11 additions and 5 deletions
|
@ -3977,7 +3977,10 @@ synthesize_push_request (struct full_conn *conn, void *hset,
|
|||
xhdr = conn->fc_enpub->enp_hsi_if->hsi_prepare_decode(hset,
|
||||
NULL, extra);
|
||||
if (!xhdr)
|
||||
{
|
||||
st = -__LINE__;
|
||||
goto err;
|
||||
}
|
||||
memcpy(xhdr->buf + xhdr->name_offset, header->name.iov_base,
|
||||
header->name.iov_len);
|
||||
xhdr->name_len = header->name.iov_len;
|
||||
|
|
|
@ -3398,7 +3398,10 @@ ietf_full_conn_ci_push_stream (struct lsquic_conn *lconn, void *hset,
|
|||
xhdr = conn->ifc_enpub->enp_hsi_if->hsi_prepare_decode(hset,
|
||||
NULL, extra);
|
||||
if (!xhdr)
|
||||
{
|
||||
header_st = -__LINE__;
|
||||
goto header_err;
|
||||
}
|
||||
memcpy(xhdr->buf + xhdr->name_offset, header->name.iov_base,
|
||||
header->name.iov_len);
|
||||
xhdr->name_len = header->name.iov_len;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 226eedeb9077c1f8b4c6eeb580c7989d458d1268
|
||||
Subproject commit f483bed42c955d98400305296c91587c9d4b26ad
|
Loading…
Add table
Add a link
Reference in a new issue