mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove debugging code
This commit is contained in:
@@ -53,10 +53,6 @@
|
||||
#include <time.h>
|
||||
#include <poll.h>
|
||||
|
||||
// TODO: remove test
|
||||
static void *test_buf_base = NULL;
|
||||
static int test_buf_len = 0;
|
||||
|
||||
/**Determines if at least one sandbox is active.*/
|
||||
static int sandbox_active = 0;
|
||||
/** Holds the parameter list configuration for the sandbox.*/
|
||||
@@ -864,10 +860,6 @@ prot_strings(scmp_filter_ctx ctx, sandbox_cfg_t* cfg)
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: remove, test
|
||||
test_buf_base = pr_mem_base;
|
||||
test_buf_len = pr_mem_size;
|
||||
|
||||
// protecting from writes
|
||||
if (mprotect(pr_mem_base, MALLOC_MP_LIM + pr_mem_size, PROT_READ)) {
|
||||
log_err(LD_BUG,"(Sandbox) failed to protect memory! mprotect: %s",
|
||||
|
||||
Reference in New Issue
Block a user