]> git.ipfire.org Git - thirdparty/curl.git/commit
cookie: set ->running in cookie_init even if data is NULL
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Sep 2023 07:06:53 +0000 (09:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Sep 2023 06:26:07 +0000 (08:26 +0200)
commit73c82ed941fb8d8f024ad5106bb91cc3eafcc573
treed78729db89a2041fe25044732e0ca1ff6996efae
parent7f225456d184fc06700af7b6715f9227045ae966
cookie: set ->running in cookie_init even if data is NULL

This is a regression introduced in b1b326ec500 (shipped in curl 8.1.0)

Test 3103 verifies.

Fixes #11875
Reported-by: wangp on github
Closes #11876
lib/cookie.c