VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-07-09 13:01:51 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:20:59 +0100
commit626a3aedd789725b5fa92f544a7575e1fccff555 (patch)
treedfcacd401e6ca5f015818dfaffea8176f2616892
parentc7c8e28655d8ef26d561068b49787704bd3cf186 (diff)
downloadVeraCrypt-626a3aedd789725b5fa92f544a7575e1fccff555.tar.gz
VeraCrypt-626a3aedd789725b5fa92f544a7575e1fccff555.zip
Disable posting the results of minidump analysis until a dedicated URL is put in place.
-rw-r--r--src/Mount/Mount.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c
index bb3a8807..5f6e472e 100644
--- a/src/Mount/Mount.c
+++ b/src/Mount/Mount.c
@@ -8902,7 +8902,7 @@ void AnalyzeKernelMiniDump (HWND hwndDlg)
otherDriver ? "0" : "1",
imageName.empty() ? "-" : imageName.c_str()
);
-
+*/
stringstream stackTraceArgs;
int i = 0;
foreach (const string &retAddr, retAddrs)
@@ -8943,6 +8943,8 @@ void AnalyzeKernelMiniDump (HWND hwndDlg)
msg += L"\n\n";
}
+ InfoDirect(msg.c_str());
+/*
string urlStr = string (url) + "&drvver=" + (imageVersion.empty() ? "-" : imageVersion) + stackTraceArgs.str();
for (size_t i = 0; i < urlStr.size(); ++i)