Index: server/common/patches/httpd-suexec-scripts.patch
===================================================================
--- server/common/patches/httpd-suexec-scripts.patch	(revision 298)
+++ server/common/patches/httpd-suexec-scripts.patch	(revision 300)
@@ -151,5 +151,5 @@
 +    char *expected = malloc(expected_len);
 +    snprintf(expected, expected_len, "%s/%s", target_homedir, AP_USERDIR_SUFFIX);
-+    if (strncmp(cwd, expected, expected_len) != 0) {
++    if (strncmp(cwd, expected, expected_len-1) != 0) {
 +        log_err("error: file's directory not a subdirectory of user's home directory (%s, %s)\n", cwd, expected);
 +        exit(114);
