14 Jul
2020
14 Jul
'20
9:23 p.m.
Module: wine Branch: master Commit: 1037bf54bf056090855c3e2dc8c70193f18a243e URL: https://source.winehq.org/git/wine.git/?a=commit;h=1037bf54bf056090855c3e2dc... Author: Alexandre Julliard <julliard(a)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(a)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=1037bf54bf056090855c3...