]> git.ipfire.org Git - thirdparty/curl.git/commit
hmac: return error if init fails
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2025 14:50:22 +0000 (16:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2025 21:11:25 +0000 (23:11 +0200)
commit2714486d89be441630b3344b1f4f4be6c3f37ba5
tree64fd66342b40d0eaead62448ed19709d6faaf7ec
parent24f8442e6a9d76bc51ea6e6026b5cc3479050c53
hmac: return error if init fails

They can actually happen in OOM situtations.

Reported-by: Philippe Antoine
Closes #18008
lib/hmac.c