Module: wine Branch: master Commit: 3cc3dd78e1fab3bd500a0510b3e78f21330406dc URL: https://source.winehq.org/git/wine.git/?a=commit;h=3cc3dd78e1fab3bd500a0510b...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 3 18:04:14 2021 +0100
wldap32: Avoid returning pointers from the Unix interface functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/ber.c | 4 ++-- dlls/wldap32/dn.c | 6 ++--- dlls/wldap32/libldap.c | 60 ++++++++++++++++++++++++++++++-------------------- dlls/wldap32/libldap.h | 24 ++++++++++---------- dlls/wldap32/misc.c | 15 +++++-------- dlls/wldap32/option.c | 5 ++--- dlls/wldap32/value.c | 4 ++-- 7 files changed, 63 insertions(+), 55 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3cc3dd78e1fab3bd500a0...