Bugzilla – Attachment #68895: tar-dots.patch for bug #145081
if (p[0] == '.' && p[1] == '.' && (ISSLASH (p[2]) || !p[2]))
return 1;
do
while (! ISSLASH (*p)) {
{
if (! *p)
if (! *p++)
return 0;
p++;
}
while (! ISSLASH (*p));
while ( ISSLASH (*p)) {
while ( ISSLASH (*p));