V3 [PATCH] nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]

Florian Weimer fweimer@redhat.com
Mon Jul 27 15:49:23 GMT 2020


* H. J. Lu via Libc-alpha:

> +  /* Enforce zero-extension for the pointer argument in
> +
> +     int setgroups(size_t size, const gid_t *list);
> +
> +     The kernel XID arguments are unsigned and do not require sign
> +     extension.  */
> +  unsigned long int id[3];

Maybe add the missing space before '('?

Rest looks good to me for glibc 2.32.

Thanks,
Florian



More information about the Libc-alpha mailing list