From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 1/5] Add is_absolute_path(), make_absolute_path() and normalize_path()
Date: Thu, 26 Jul 2007 20:02:37 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0707261955540.14781@racer.site> (raw)
In-Reply-To: <7v4pjr80lr.fsf@assigned-by-dhcp.cox.net>
Hi,
On Thu, 26 Jul 2007, Junio C Hamano wrote:
> Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
>
> > Agree. Maybe a comment above the function, like
> >
> > /*
> > * The function normalize_path() converts ".." and "." names in
> > * the given path so that "foo/../bar/./" will come out as "bar".
> > *
> > * Note: normalize_path() does not follow symlinks, so if "foo" is
> > * a symlink in the example above, the result will not work as
> > * expected.
> > */
> >
> > Hmm?
>
> That comment only states the obvious and does not give a clue to
> the callers when it should not be used, I am afraid.
I am afraid, that it was unobvious enough to yours truly to forget about
that when writing the patch.
> For example, paths taken out of index or recursively reading trees are
> Ok because there will not be ".." and "." in them. Making a path given
> by the user relative to the cwd by prepending what is returned by
> setup_git_directory() may or may not be safe, depending on how
> setup_git_directory() does things (I think the original one is safe; I
> am reasonably sure with the current one when GIT_WORK_TREE is not in
> use; I do not know when that environment variable is there with the
> current code with or without your patch series).
I am afraid that already GIT_DIR can contain symlinks, and is not checked
by setup_git_env().
So I think some concrete comment is needed in _addition_:
get_git_dir() is not safe, and therefore git_path(), too.
Hmm.
Maybe the easiest way _is_ to getcwd(); chdir() getcwd(); chdir(back);
Ugly.
Ciao,
Dscho
prev parent reply other threads:[~2007-07-26 19:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-26 6:24 [PATCH 1/5] Add is_absolute_path(), make_absolute_path() and normalize_path() Johannes Schindelin
2007-07-26 6:53 ` Junio C Hamano
2007-07-26 13:58 ` Johannes Schindelin
2007-07-26 18:46 ` Junio C Hamano
2007-07-26 19:02 ` Johannes Schindelin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0707261955540.14781@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).