]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add (void) cast to result of ossl_quic_rxfc_on_retire()
authorMrRurikov <96385824+MrRurikov@users.noreply.github.com>
Thu, 4 Jul 2024 08:20:27 +0000 (11:20 +0300)
committerTomas Mraz <tomas@openssl.org>
Mon, 8 Jul 2024 16:17:15 +0000 (18:17 +0200)
commit35b1472f0764c8691e0cfcd6a2e0265aafd08f93
tree6b42ea9eff8f859e750eff699241bd74f6cd6384
parent82a13a1f5053462f826bfb90061f0f77e3cc98a5
Add (void) cast to result of ossl_quic_rxfc_on_retire()

Return value of function 'ossl_quic_rxfc_on_retire', called at
quic_stream_map.c:767, is not checked, but it is usually checked
for this function.

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24794)
ssl/quic/quic_stream_map.c