In article <20160510000231.62cf7f...@cvs.netbsd.org>,
Simon J. Gerraty <source-changes-d@NetBSD.org> wrote:
>-                  if (*p == '/' &&
>-                      Lst_ForEach(metaIgnorePaths, prefix_match, p)) {
>+                  if (*p == '/') {
>+                      realpath(p, fname1); /* clean it up */

Check realpath?

christos

Reply via email to