Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > d2e9e9b358ee716ec7a1ce4cff50321d > files > 2

libneon0.27-0.29.5-2.src.rpm

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476571
--- neon27-0.28.2.orig/src/ne_uri.c
+++ neon27-0.28.2/src/ne_uri.c
@@ -409,7 +409,7 @@
             } else {
                 if (relative->path[0] == '/') {
                     target->path = remove_dot_segments(relative->path);
-                } else {
+                } else if (base->path) {
                     char *merged = merge_paths(base, relative->path);
                     target->path = remove_dot_segments(merged);
                     ne_free(merged);