[Reproducible-commits] [disorderfs] 04/06: Add a TODO comment

Andrew Ayer agwa at andrewayer.name
Tue Sep 22 03:34:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

agwa-guest pushed a commit to branch master
in repository disorderfs.

commit a36f6d056b372fefbee17fbde941cacdfd1d0254
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Mon Sep 21 20:06:42 2015 -0700

    Add a TODO comment
---
 disorderfs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/disorderfs.cpp b/disorderfs.cpp
index 16cc4f4..a819abc 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -426,6 +426,7 @@ int	main (int argc, char** argv)
 	root = bare_arguments[0];
 
 	if (root[0] != '/') {
+		// TODO: support absolute paths by using *at syscalls everywhere, instead of string concatenation.
 		std::clog << "disorderfs: error: ROOTDIR is not an absolute path" << std::endl;
 		return 1;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git



More information about the Reproducible-commits mailing list