[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mach_msg fails to copy out-of-line data when length >= 512MB
From: |
Samuel Thibault |
Subject: |
Re: mach_msg fails to copy out-of-line data when length >= 512MB |
Date: |
Wed, 28 Sep 2011 01:18:40 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Sergio Lopez, le Tue 27 Sep 2011 15:27:55 +0200, a écrit :
> In that case, until GNU Mach is ported to 64 bits, a patch like this
> should be considered:
>
> * ipc/ipc_kmsg.c (ipc_kmsg_copyin_body): Change length type to
> unsigned64_t. Cast number to unsigned64_t.
> (ipc_kmsg_copyout_body): Likewise.
Applied, thanks.
Samuel