]> git.ipfire.org Git - thirdparty/openssl.git/commit
Prevent SSL_poll from reporting a stream as writeable if it isn't
authorMatt Caswell <matt@openssl.org>
Wed, 9 Apr 2025 12:06:24 +0000 (13:06 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Apr 2025 06:57:54 +0000 (07:57 +0100)
commit4efd1a26822a05e900a9dcffc0d6554efece7923
tree2a6a5c22b91fe2b75105bbbd4dc9b45a04a7cc35
parent172076029c0bbb188e321f5832f6a15971834e90
Prevent SSL_poll from reporting a stream as writeable if it isn't

The CWM might prevent a stream from being writeable. We should not report
a stream as writeable if there is no credit.

Fixes #27312

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27319)
ssl/quic/quic_impl.c