]> git.ipfire.org Git - thirdparty/curl.git/commit
scache: add magic checks
authorStefan Eissing <stefan@eissing.org>
Fri, 7 Feb 2025 13:57:50 +0000 (14:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Feb 2025 16:15:20 +0000 (17:15 +0100)
commit3754115750db6324fe1d892fe90c44c4e66a66b6
tree9a599616128e5036cc6a10a6a20a4cfa54cad84f
parent9b3c4b08d438469aa9dc4ca8a150d825c25f7827
scache: add magic checks

DEBUGASSERT for debug builds, otherwise log failure and return error
code where possible.

Closes #16240
lib/vtls/vtls_scache.c