This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ld.so: Introduce struct dl_exception


On 19 Jun 2017, Florian Weimer outgrape:

> +static void
> +__attribute__ ((noreturn))
> +length_mismatch (void)
> +{
> +  _dl_fatal_printf ("Fatal error: "
> +                    "length accouting in _dl_exception_create_format\n");
> +}

This is possibly the least useful review comment ever, but you probably
meant 'accounting' here.

> diff --git a/sysdeps/generic/localplt.data b/sysdeps/generic/localplt.data
> index 81c741b..4664e0c 100644
> --- a/sysdeps/generic/localplt.data
> +++ b/sysdeps/generic/localplt.data
> @@ -16,3 +16,5 @@ ld.so: free
>  # The TLS-enabled version of these functions is interposed from libc.so.
>  ld.so: _dl_signal_error
>  ld.so: _dl_catch_error
> +ld.so: _dl_signal_exception
> +ld.so: _dl_catch_excetion

This typo (excetion for exception) is repeated in all the localplt
datafiles.

-- 
NULL && (void)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]