[PATCH] error: Don't call va_end twice [BZ #32233].

Sam James sam@gentoo.org
Thu Oct 3 05:52:03 GMT 2024


Collin Funk <collin.funk1@gmail.com> writes:

> Sync file from Gnulib.  Patch removes an extra va_end call in error_tail
> that is already handled by the caller.  All other differences are
> namespacing used by Gnulib which do not get compiled in glibc.
>

For commits like this, I prefer to mention the commit that it was synced
against ("as of gnulib commit ...") to ease review and auditing.

It can also be useful to list the changes between the last sync point
and now.

> Signed-off-by: Collin Funk <collin.funk1@gmail.com>
> ---
>  misc/error.c | 89 ++++++++++++++++++++++++++++++----------------------
>  1 file changed, 52 insertions(+), 37 deletions(-)
>
> [...]

thanks,
sam


More information about the Libc-alpha mailing list