]> git.ipfire.org Git - thirdparty/curl.git/commit
TLS: prevent shutdown loops to get stuck
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2021 08:24:41 +0000 (10:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2021 15:06:21 +0000 (17:06 +0200)
commit720b4a1a437759cb31b8283299e2e5e4289757e7
tree77152a109ddeda65d1c49e9c0224a98a8a68181f
parent80e1054fe5179c55104446a979369cdb3aceafc6
TLS: prevent shutdown loops to get stuck

... by making sure the loops are only allowed to read the shutdown
traffic a limited number of times.

Reported-by: Harry Sintonen
Closes #7271
lib/vtls/gskit.c
lib/vtls/openssl.c
lib/vtls/sectransp.c