completed the #96963 fix
diff --git a/catalog.c b/catalog.c
index 0d30cb3..977fe1d 100644
--- a/catalog.c
+++ b/catalog.c
@@ -2946,6 +2946,8 @@
 		xmlFree(path);
 	    }
 	}
+	while (*cur == ':')
+	    cur++;
     }
 }