]> git.ipfire.org Git - thirdparty/ccache.git/commit
Canonicalize paths when computing path relative to base directory
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 27 Jul 2012 13:59:13 +0000 (15:59 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 27 Jul 2012 13:59:13 +0000 (15:59 +0200)
commit2df269a3121889ebcdfa5d98dfb4d675f690e039
tree1fe67f428a51cbfb006fea7a3fdd689929c56c59
parent554a368a506365e05be0a9c1f7d09bf7e5ebd745
Canonicalize paths when computing path relative to base directory

This fixes a bug when current working directory contains a "/./" part.

Based on a patch by Eric Blau.
ccache.c
util.c