bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Don't interpret EOVERFLOW to mean nonexistence


From: Bruno Haible
Subject: Re: [PATCH] Don't interpret EOVERFLOW to mean nonexistence
Date: Mon, 31 Jul 2017 00:04:24 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-83-generic; KDE/5.18.0; x86_64; ; )

Hi Paul,

> --- a/lib/canonicalize-lgpl.c
> +++ b/lib/canonicalize-lgpl.c
> @@ -270,6 +270,8 @@ __realpath (const char *name, char *resolved)
>  #endif
>            *dest = '\0';
>  
> +          /* FIXME: if lstat fails with errno == EOVERFILE,

Spelling: This should read EOVERFLOW.

And the same FIXME applies also to lib/canonicalize.c:233.

Bruno




reply via email to

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