You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddressSanitizer: global-buffer-overflow on address 0x7ff78c28ac37 at pc 0x7ffae3932b44 bp 0x00e78f4f98b0 sp 0x00e78f4f98f8
0x7ff78c28ac37 is located 41 bytes before global variable '.str.161' defined in'curl/lib/strerror.c' (0x7ff78c28ac60) of size 21
'.str.161' is ascii string 'Connection was reset'
0x7ff78c28ac37 is located 0 bytes after global variable '.str.160' defined in'curl/lib/strerror.c' (0x7ff78c28ac20) of size 23
'.str.160' is ascii string 'Connection was aborted'
when test with http2 (without ssl), I get no problem. build with openssl 1.1.1w.
The text was updated successfully, but these errors were encountered:
I did this
test 8.50,
5d2b0faec219db1cea07ef0ca6c804c4f172f93d
. test with patch 12562, 12563. get same error.libcurl multi with http2, tls and libuv.
I expected the following
expect it work. (used to work, recent upgrade get a lot problem)
curl/libcurl version
8.50, and master branch. and try a few patchs.
operating system
windows.
when test with http2 (without ssl), I get no problem. build with openssl 1.1.1w.
The text was updated successfully, but these errors were encountered: