Change #262143
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 24 Mar 2026 08:49:20 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 29dfc0238caea63ba128404c2de069a2aa3651fa |
Comments
tool_getparam: use correct free function for libcurl memory Memory returned from curl_easy_escape() should be fred with curl_free() to avoid surprises. Follow-up to f37840a46e5eddaf109c16fa7 Spotted by Codex Security Closes #21075
Changed files
- src/tool_getparam.c