[PATCH v2 4/6] ntdll: Expose ntdll_check_buffer_for_read and ntdll_check_buffer_for_write to Unix libs.

Alexandre Julliard julliard at winehq.org
Tue Oct 5 12:56:04 CDT 2021


Jacek Caban <jacek at codeweavers.com> writes:

> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  dlls/ntdll/unix/file.c         |  6 +++---
>  dlls/ntdll/unix/socket.c       |  2 +-
>  dlls/ntdll/unix/unix_private.h |  2 --
>  dlls/ntdll/unix/virtual.c      | 16 ++++++++--------
>  include/wine/unixlib.h         |  2 ++
>  5 files changed, 14 insertions(+), 14 deletions(-)

Is that one also meant to be temporary?  That sort of thing should be
handled by the syscall exception handling.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list