]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl-quic: handle error in SSL_get_stream_read_error_code
authorStefan Eissing <stefan@eissing.org>
Thu, 25 Sep 2025 10:38:02 +0000 (12:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Sep 2025 12:11:25 +0000 (14:11 +0200)
commitee2dd2d6cb9b50dbf7ffd3ada106ba5c09229fa5
treecd465494360abb9eb09cc23c4116f8f5c6448ef4
parent887b863b00b9893c20eb9e1f3987ceaeade1f774
openssl-quic: handle error in SSL_get_stream_read_error_code

The return code of SSL_get_stream_read_error_code() was not checked
in one location, but others. Make that consistent.

Reported in Joshua's sarif data

Closes #18725
lib/vquic/curl_osslq.c