Change #246340
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Tue 21 Oct 2025 16:24:21 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 76d28525509c2c06786fc9b8d2e2e8536dceb3bc |
Comments
hmac: free memory properly on errors If one of the hmac init calls fail, Curl_HMAC_init previously would return without first freeing the allocated HMAC_context. Fixes #19176 Reported-by: WangDaLei on github Closes #19177
Changed files
- lib/hmac.c