]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls_scache: fix possible null ptr deref
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Jan 2025 07:31:32 +0000 (08:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Jan 2025 16:25:48 +0000 (17:25 +0100)
commita19b759dea7c2e58f28f2ce3ec7d321299328c5b
treebd8308fb8b13c897257c059c5128fde027eeeacc
parent779908df43c6879582f7dd2add81dd32b2a29592
vtls_scache: fix possible null ptr deref

Pointed out by CodeSonar. It is probably not reachable, but might as
well just add a precaution.

Closes #15950
lib/vtls/vtls_scache.c