Skip to content
Snippets Groups Projects
Commit a9883f33 authored by toole1's avatar toole1
Browse files

jack

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@3401 6fbd10e7-183d-0410-a318-cb416676e4f2
parent fd2c7b03
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ Critical
STYLE
Directory structure for config.ini includes
encrypt/secure pipe transfers
x readFile() bug where lines have ':' or '?' in them?!
long term style solution
x safer cross-platform exec()
x setenv("PATH"...) to safe path and use execlp
remove all system() calls
......@@ -78,5 +76,8 @@ Doesn't really matter
d processsOptions errors
fix unknown times, maybe only output timeout
remove additional output under valgrind
readFile() bug where lines have ':' or '?' in them?!
x fix immediate bug
long term style solution
......@@ -500,10 +500,7 @@ void test_execution::child_valgrind()
nums_pipe.close_write();
start_timeout();
execl("/usr/bin/valgrind", "/usr/bin/valgrind", "--trace-children=yes", /*"--log-fd=-1",*/ "-q", "./proxy", test.name, NULL);
// Execl failed
EXIT_IF_ERROR(true, "valgrind execute failed");
exec("valgrind", "valgrind", "--trace-children=yes", /*"--log-fd=-1",*/ "-q", "./proxy", test.name, NULL);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment