When I used a LDAP editor to rename a value I noticed a valgrind message: ==3115== Conditional jump or move depends on uninitialised value(s) ==3115== at 0x86BB9EE: decode_manageDSAIT_request (ldap_controls.c:457) ==3115== by 0x86BD277: ldap_decode_control_value (ldap_controls.c:1104) ==3115== by 0x86B79F3: ldap_decode (ldap.c:1353) ==3115== by 0x80C51E5: ldapsrv_decode (ldap_server.c:149) ==3115== by 0x87ABF41: packet_recv (packet.c:381) ==3115== by 0x80C5317: ldapsrv_recv (ldap_server.c:192) ==3115== by 0x80DB969: stream_io_handler (service_stream.c:90) ==3115== by 0x80DB9D9: stream_io_handler_fde (service_stream.c:104) ==3115== by 0x87B3923: epoll_event_loop (events_standard.c:315) ==3115== by 0x87B40C4: std_event_loop_once (events_standard.c:562) ==3115== by 0x87B4132: std_event_loop_wait (events_standard.c:579) ==3115== by 0x87B3077: event_loop_wait (events.c:302)
I think I have fixed it with -r 24248, can you please verify? Thanks!
Thanks, I'll test it in a few days and when it isn't reproducible anymore, I'll close the bug.
Seems not to be reproducible anymore. Thanks!