We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60c207 commit 9cc1d5aCopy full SHA for 9cc1d5a
src/util/piped_process.cpp
@@ -117,7 +117,7 @@ piped_processt::piped_processt(const std::vector<std::string> commandvec)
117
sec_attr.lpSecurityDescriptor = NULL;
118
// Use named pipes to allow non-blocking read
119
// Build the base name for the pipes
120
- std::string base_name = "\\\\.\\pipe\\cbmc\\SMT2\\child\\";
+ std::string base_name = "\\\\.\\pipe\\cbmc\\child\\";
121
// Use process ID as a unique ID for this process at this time.
122
base_name.append(std::to_string(GetCurrentProcessId()));
123
const std::string in_name = base_name + "\\IN";
0 commit comments