[PATCH v4] assert: Refactor assert/assert_perror
Florian Weimer
fweimer@redhat.com
Mon Sep 22 08:51:42 GMT 2025
* Adhemerval Zanella:
> diff --git a/include/stdio.h b/include/stdio.h
> index 3d917dba5b..d9a839e115 100644
> --- a/include/stdio.h
> +++ b/include/stdio.h
> +#ifdef __va_arg_pack_len
> + if (__va_arg_pack_len () > LIBC_MESSAGE_MAX_ARGS)
> + {
> + __errordecl (__libc_message_error, "invalid number os arguments");
typo: invalid number o[f] arguments
Okay with that change.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
More information about the Libc-alpha
mailing list