aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-16 19:20:06 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-16 19:20:06 +0000
commite44e7544c6768f4aca88b4d81ab5fdd8f1578fdc (patch)
treec9bf130aae742b288f2617e5d9f61a4dac4dc245 /dftest.c
parentf5e36d54075275fe27fbd2fcb0730e55c5d20785 (diff)
Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34137 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dftest.c b/dftest.c
index a9ed864588..5d82b6374b 100644
--- a/dftest.c
+++ b/dftest.c
@@ -68,7 +68,7 @@ main(int argc, char **argv)
/*
* Get credential information for later use.
*/
- get_credential_info();
+ init_process_policies();
/*
* Attempt to get the pathname of the executable file.