]> git.ipfire.org Git - thirdparty/curl.git/commit
conncache: find bundle again in case it is removed
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Oct 2024 06:00:55 +0000 (08:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Oct 2024 09:06:49 +0000 (11:06 +0200)
commit699a2df3505898393733a67bf3e9243637b87400
tree4e1d0db91bc34b58b457663bd0c7201f3504316c
parent80dac51af8d9851f3a11da0ca9770e4bbde5a874
conncache: find bundle again in case it is removed

When the pool is cleaned up due to host limits, the bundle may be
cleaned up as well making the old pointer invalid.

Fixes #15185
Reported-by: Moritz Knüsel
Closes #15186
lib/conncache.c