mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
is that when we all ldb_msg_add_empty(), we might realloc() the msg->elements array. We need to ensure the source pointer (when copying an element from the same msg) is still valid, or the data copied. Andrew Bartlett