Kernel/vfs - TODO in open.c for relative symlinks
authorJohn Hodge <[email protected]>
Wed, 15 Aug 2012 01:19:51 +0000 (09:19 +0800)
committerJohn Hodge <[email protected]>
Wed, 15 Aug 2012 01:19:51 +0000 (09:19 +0800)
KernelLand/Kernel/vfs/open.c

index 983a2b2..e4d2bb2 100644 (file)
@@ -338,6 +338,7 @@ restart_parse:
                                path_buffer[ curNode->Size ] = '\0';
                                LOG("path_buffer = '%s'", path_buffer);
                                strcat(path_buffer, Path + ofs+nextSlash);
+                               // TODO: Pass to VFS_GetAbsPath to handle ../. in the symlink
                                
                                Path = path_buffer;
 //                             Log_Debug("VFS", "VFS_ParsePath: Symlink translated to '%s'", Path);

UCC git Repository :: git.ucc.asn.au