bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH glibc] Update code to handle the new ABI for sending inlined


From: Samuel Thibault
Subject: Re: [PATCH glibc] Update code to handle the new ABI for sending inlined port rights.
Date: Sun, 3 Dec 2023 01:50:59 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Hello,

Flavio Cruz, le ven. 24 nov. 2023 16:30:38 -0500, a ecrit:
> @@ -215,11 +237,11 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg,
>                 data = (char *) ty + sizeof (mach_msg_type_t);
>               }
>  
> +           /* Calculate length of data in bytes.  */
>             const vm_size_t length = ((number * size) + 7) >> 3;
>             if (ty->msgtl_header.msgt_inline)
>               {
> -               /* Calculate length of data in bytes.  */
> -               clean_ports_and_memory (data, length, 0);
> +               clean_inlined_ports (data);

Are you disabling -Werror when building? This fails in master... Now
having to last-minute-fix that.

>                 /* Move to the next argument.  */
>                 ty = (void *) PTR_ALIGN_UP (data + length, __alignof__ 
> (uintptr_t));
>               }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]