bug-zile
[Top][All Lists]
Advanced

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

Re: [Bug-zile] 2.3.24; Canonicalisation of user home directory fails


From: Ulrich Mueller
Subject: Re: [Bug-zile] 2.3.24; Canonicalisation of user home directory fails
Date: Wed, 10 Aug 2011 21:51:50 +0200

>>>>> On Wed, 10 Aug 2011, Reuben Thomas wrote:

> Thanks for the report & patch; I've adapted the patch and applied it
> to git master; expect a new release soon.

Maybe I'm missing something, but I think that your change of the
"if" condition from
    astr_len (path) > homelen
(as it was in my original patch) to
    astr_len (path) >= homelen
(as it is in git master now) is not correct.

Subsequently an
    astr_get (path, homelen) == '/')
is done, which will fail in the "equal" case.

Ulrich



reply via email to

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