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