Skip to content

Commit 065edce

Browse files
committed
added a comment
1 parent dc7a66a commit 065edce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_virtual_cwd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
983983
memcpy(substitutename, path, len + 1);
984984
substitutename_len = len;
985985
} else {
986+
/* XXX this might be not the end, restart handling with REPARSE_GUID_DATA_BUFFER should be implemented. */
986987
free_alloca(pbuffer, use_heap_large);
987988
return -1;
988989
}

0 commit comments

Comments
 (0)