]> 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:59:55 +0000 (07:59 +0100)
commit11fb3d7f9c8f2516343928952abbd229a3cd9308
tree98c05df71f550d0e3fd32787799e302da31b06a3
parent523502f987729c9609f6bb513d6e3f43f6979524
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)

(cherry picked from commit 4efd1a26822a05e900a9dcffc0d6554efece7923)
ssl/quic/quic_impl.c