Change #266531
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 07 May 2026 18:02:35 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/ldap-error-leak |
| Revision | 955b3a6d6d2e95f270dfb1b7307672097f595187 |
Comments
ldap: fix minor leak on write callback error The 'ber' pointer could remain allocated in the exit path if the write callback returned error for one of the Curl_client_write() calls. Reported-by: Andrew Nesbit
Changed files
- lib/ldap.c