Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #266544

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 07 May 2026 22:57:38
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 9249aad4c210e2f5690a95ca2421defc83e00771

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
Closes #21530

Changed files