Alexandre Julliard : ntdll: Use malloc() to allocate the buffer in nt_to_unix_file_name() and related helpers.

Alexandre Julliard julliard at winehq.org
Tue Jul 14 16:23:37 CDT 2020


Module: wine
Branch: master
Commit: 1037bf54bf056090855c3e2dc8c70193f18a243e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1037bf54bf056090855c3e2dc8c70193f18a243e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jul 14 10:32:31 2020 +0200

ntdll: Use malloc() to allocate the buffer in nt_to_unix_file_name() and related helpers.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/file.c    | 63 +++++++++++++++++------------------------------
 dlls/ntdll/unix/loader.c  |  2 +-
 dlls/ntdll/unix/process.c |  2 +-
 3 files changed, 25 insertions(+), 42 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=1037bf54bf056090855c3e2dc8c70193f18a243e



More information about the wine-cvs mailing list