summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-22 09:37:40 +0200
committerAnatol Belski <ab@php.net>2014-09-22 09:41:56 +0200
commit065edced71c7f15f32fc2fb483a9048328b8108e (patch)
treebdd32bc6dde00b152e4c3074e907a5914bec3724
parentdc7a66a1c41e4fc04fd04dd44dcb077be6abfccb (diff)
downloadphp-git-065edced71c7f15f32fc2fb483a9048328b8108e.tar.gz
added a comment
-rw-r--r--Zend/zend_virtual_cwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c
index afdbd439f1..b061d5a00d 100644
--- a/Zend/zend_virtual_cwd.c
+++ b/Zend/zend_virtual_cwd.c
@@ -983,6 +983,7 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
memcpy(substitutename, path, len + 1);
substitutename_len = len;
} else {
+ /* XXX this might be not the end, restart handling with REPARSE_GUID_DATA_BUFFER should be implemented. */
free_alloca(pbuffer, use_heap_large);
return -1;
}