just shuffle some things around
[m6w6/ext-http] / src / php_http_url.c
index 1215942bc55ba3dc1ee1eef8c8c4e9e339a31cf8..07121df42c0d9c7992e72c92a70639ec0520e7fc 100644 (file)
@@ -263,6 +263,7 @@ php_http_url_t *php_http_url_mod(const php_http_url_t *old_url, const php_http_u
 
        /* replace directory references if path is not a single slash */
        if ((flags & PHP_HTTP_URL_SANITIZE_PATH)
+       &&      url(buf)->path
        &&      url(buf)->path[0] && url(buf)->path[1]) {
                char *ptr, *end = url(buf)->path + strlen(url(buf)->path) + 1;